Same issue here, but i tested on another devices. I got same problem for every devices i tried (iPhone 3GS - ios 4.2.1, iPhone 4s - iOS 5.0.1, iPad2 - iOS 5.0.1).
It works very good with every Android device and flash, iOS Simulator also, but iOS device.
Another problem happened with iOS Simulator: - When i tried send chat message to server, the first 7 msgs was ok, but at the 8th message, i got crash before it come to onmessage() delegate .
Code: Select all
2012-02-24 20:41:37.916 SFS[51441:f803] [SFS - INFO]WRITE - Written directly to outStream len:58
2012-02-24 20:41:37.918 SFS[51441:f803] [SFS - INFO]Data Write: Binary Size: 58
80 00 37 12 00 03 00 01 63 02 00 00 01 61 03 00 ..7.....c....a..
07 00 01 70 12 00 04 00 01 72 04 00 00 00 00 00 ...p.....r......
01 6d 08 00 08 74 68 75 72 79 77 6e 62 00 01 75 .m...thurywnb..u
04 00 00 00 0f 00 01 74 02 00 .......t..
2012-02-24 20:41:37.921 SFS[51441:f803] -[__NSCFString info:]: unrecognized selector sent to instance 0x6c843d0
2012-02-24 20:41:37.959 SFS[51441:f803] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString info:]: unrecognized selector sent to instance 0x6c843d0'
*** First throw call stack:
(0x17af052 0x1aeed0a 0x17b0ced 0x1715f00 0x1715ce2 0x2cb5a 0x7cb6 0x1780501 0x175006d 0x17507ca 0x174fe71 0x1750727 0x2853ad 0x1e1191 0x1e10a1 0x171de44 0x178397f 0x16e6c39 0x16e6454 0x16e5db4 0x16e5ccb 0x1ce8879 0x1ce893e 0x3d5a9b 0x2492 0x2405 0x1)
Waiting ur help, thank so much!