New version?
Posted: 02 Apr 2010, 20:46
Just wondering when/if the Silverlight API will be updated. It looks like the API was written to work with SmartFoxServer 1.5.4 and it doesn't seem to work with the SmartFoxServer 1.6.6 protocol.
The xml handler is throwing a null reference exception on an extension response. The exception is swallowed but it is preventing the extension response event from being fired.
The following is debug output from a custom login response:
[ RECEIVED ]: <msg t='xt'><body action='xtRes' r='-1'><![CDATA[<dataObj><var n='id' t='s'>4</var><var n='name' t='s'>username</var><var n='_cmd' t='s'>logOK</var></dataObj>]]></body></msg>, (len: 176)
XML Handler null reference exception System.NullReferenceException: Object reference not set to an instance of an object.
at SmartFoxClientAPI.Handlers.ExtHandler.HandleMessage(Object msgObj, String type)
at SmartFoxClientAPI.SmartFoxClient.XmlReceived(String msg)
- Randi
The xml handler is throwing a null reference exception on an extension response. The exception is swallowed but it is preventing the extension response event from being fired.
The following is debug output from a custom login response:
[ RECEIVED ]: <msg t='xt'><body action='xtRes' r='-1'><![CDATA[<dataObj><var n='id' t='s'>4</var><var n='name' t='s'>username</var><var n='_cmd' t='s'>logOK</var></dataObj>]]></body></msg>, (len: 176)
XML Handler null reference exception System.NullReferenceException: Object reference not set to an instance of an object.
at SmartFoxClientAPI.Handlers.ExtHandler.HandleMessage(Object msgObj, String type)
at SmartFoxClientAPI.SmartFoxClient.XmlReceived(String msg)
- Randi