I try to use it...and I meet a little problem.
When I use :
smartfox.sendObject({my_array:my_array});
I want to send the Array "my_array" to the server...
It works, for example when my_array is an array with 50 elements...
Unfortunately, when there is more than 80elements in "my_array", it doesn't work anymore ...
Is it a bug ? Is there a limit about the size of arrays sent via "sendObject" ?
Or is it a problem from smartfox.onObjectReceived ?
or is it just a problem somewhere in my scripts ? lol
thanks a lot