You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
I am using socket.IO 0.5.2 and getting some crashes.
SIGABRT ABORT at 0x313cfdfc
This is stack trace:
SRWebSocket.m line 346
-[SRWebSocket setReadyState:]
SRWebSocket.m line 539
-[SRWebSocket closeWithCode:reason:]
SocketIO.m line 631
-[SocketIO onDisconnect:]
SocketIOTransportWebsocket.m line 114
-[SocketIOTransportWebsocket webSocket:didFailWithError:]
SRWebSocket.m line 592
__30-[SRWebSocket _failWithError:]_block_invoke_2
The text was updated successfully, but these errors were encountered:
Having the same problem but it seems to be https://github.com/square/SocketRocket that's at fault. Sadly they haven't released a new version since January 2013. Even worse is that socket.IO-objc is using an even older version.
I am using socket.IO 0.5.2 and getting some crashes.
SIGABRT ABORT at 0x313cfdfc
This is stack trace:
SRWebSocket.m line 346
-[SRWebSocket setReadyState:]
SRWebSocket.m line 539
-[SRWebSocket closeWithCode:reason:]
SocketIO.m line 631
-[SocketIO onDisconnect:]
SocketIOTransportWebsocket.m line 114
-[SocketIOTransportWebsocket webSocket:didFailWithError:]
SRWebSocket.m line 592
__30-[SRWebSocket _failWithError:]_block_invoke_2
The text was updated successfully, but these errors were encountered: