Search found 1 match

by stephen.beeman
09 Jul 2009, 17:52
Forum: .Net / Unity3D API
Topic: Bug in SendObjectToGroup() (1.2.1)
Replies: 1
Views: 5380

Bug in SendObjectToGroup() (1.2.1)

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.

Go to advanced search