Hi
I am developing an app on the same lines as the witap ios sample application. While the app works most of the time, the app crashes on NSStreamEventEndEncountered or NSStreamEventErrorOccurred in the input-output stream handler.
When device reconnects on to a server restart, the app crashes with the error
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** NSAllocateMemoryPages(18446744073709551615) failed'
Could you please help me figure out the reason for the exception?
Thanks
Raghav