Java Android Version bug FOUND
Posted: 26 Aug 2009, 18:36
Hi all,
It seems the SFS API does not callback the userVariablesUpdate

Has you can see below the message Command .... is mine indicating which event i receive.
As you can see onUserCountChange message is received and i'm called by SFS aPI
but for userVariablesUpdate i received well
but i'm not called by the SFS API
Thanks for your help.
uffer is required.
I/ ( 1213): Command ......... onUserCountChange
I/SmartFoxClient( 1213): [ RECEIVED ]: <msg t='sys'><body action='uCount' r='24' u='0' s='0'></body></msg>, (len: 67)
I/global ( 1213): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/ ( 1213): Command ......... onUserCountChange
I/SmartFoxClient( 1213): [ RECEIVED ]: <msg t='sys'><body action='uVarsUpdate' r='24'><user id='0' /><vars><var n='state' t='s'><![CDATA[AVAILABLE]]></var></vars></body></msg>, (len: 136)
I/global ( 1213): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
It seems the SFS API does not callback the userVariablesUpdate
Has you can see below the message Command .... is mine indicating which event i receive.
As you can see onUserCountChange message is received and i'm called by SFS aPI
but for userVariablesUpdate i received well
Thanks for your help.
uffer is required.
I/ ( 1213): Command ......... onUserCountChange
I/SmartFoxClient( 1213): [ RECEIVED ]: <msg t='sys'><body action='uCount' r='24' u='0' s='0'></body></msg>, (len: 67)
I/global ( 1213): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.
I/ ( 1213): Command ......... onUserCountChange
I/SmartFoxClient( 1213): [ RECEIVED ]: <msg t='sys'><body action='uVarsUpdate' r='24'><user id='0' /><vars><var n='state' t='s'><![CDATA[AVAILABLE]]></var></vars></body></msg>, (len: 136)
I/global ( 1213): Default buffer size used in BufferedReader constructor. It would be better to be explicit if an 8k-char buffer is required.