Not processing extension send/object message?
Posted: 07 Jun 2011, 19:12
I'm currently sending a simple message from my server-side Java extension (using the send() method), but on the iOS side the message is not being handled. In the console I see the message come across as:
On other received events, they are properly categorized and handled, and the delegated code is called. In the console, you can see that SFS recognizes this message ID:
Any clue what might be going on here?
Thanks,
Ben
Code: Select all
2011-06-07 13:12:23.161 Extension[64638:207] [SFS - INFO]Data Read: Binary Size: 48
80 00 2d 12 00 03 00 01 61 03 00 0d 00 01 63 02 ..-.....a.....c.
01 00 01 70 12 00 03 00 01 72 04 00 00 00 0e 00 ...p.....r......
01 63 08 00 05 30 31 32 32 39 00 01 70 12 00 00 .c...01229..p...
2011-06-07 13:12:23.162 Extension[64638:207] [SFS - INFO]{ Message id: 13 }
{Dump: }
(int) r: 14
(utf_string) c: 01229
(sfs_object) p:Code: Select all
2011-06-07 13:03:21.617 Extension[64638:207] [SFS - INFO]Handling Message: UserCountChange: { Message id: 1001 }Thanks,
Ben