Hello community,
I'm experiencing this kind of exception
2014-11-17 19:06:23.088 XXX[7431:607] Connecting to Lightstreamer...
2014-11-17 19:06:23.089 XXX[7431:972b] [LIGHTSTREAMER] Connection closed
2014-11-17 19:06:23.092 XXX[7431:3b03] *** Terminating app due to uncaught exception 'Lightstreamer connection exception', reason: 'Connection interrupted'
*** First throw call stack:
(
0 CoreFoundation 0x026ba1e4 __exceptionPreprocess + 180
1 libobjc.A.dylib 0x01ab08e5 objc_exception_throw + 44
2 XXX 0x00139620 -[LSClient openConnectionWithInfo:delegate:] + 1011
3 XXX 0x000663f4 __54-[XXXNavigatorViewController connectToLightstreamer]_block_invoke + 68
4 libdispatch.dylib 0x036f37b8 _dispatch_call_block_and_release + 15
5 libdispatch.dylib 0x037084d0 _dispatch_client_callout + 14
6 libdispatch.dylib 0x036f6eb7 _dispatch_root_queue_drain + 291
7 libdispatch.dylib 0x036f7127 _dispatch_worker_thread2 + 39
8 libsystem_pthread.dylib 0x03a332e3 _pthread_wqthread + 801
9 libsystem_pthread.dylib 0x03a30eea start_wqthread + 30
)
libc++abi.dylib: terminating with uncaught exception of type LSPushConnectionException
The exception happens exactly while I'm doing a call to my back end web services using AFNetworking. IT's a systematic crash, what can be the cause?