Bug in SendObjectToGroup() (1.2.1)

Post here all your questions related with SmartFoxServer .Net/Unity3D API

Moderators: Lapo, Bax

Post Reply
stephen.beeman
Posts: 1
Joined: 22 Jun 2009, 18:03

Bug in SendObjectToGroup() (1.2.1)

Post by stephen.beeman »

SmartFoxClient.cs line 3091 is:

Code: Select all

        obj.Put("text", strList);
which doesn't work. Comparing this to the ActionScript API, looks like the line should instead be:

Code: Select all

        obj.Put("_$$_", strList);
which performs as advertised.
ThomasLund
Posts: 1297
Joined: 14 Mar 2008, 07:52
Location: Sweden

Post by ThomasLund »

Thanks a bunch!!

Will include in next bugfix (soon)

/Thomas
Post Reply