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.
In the function _handleMessage: I can see a response message from the server, but the code inside dispatch_async is not executed and thus the function webSocket:didReceiveMessage: isn't.
This doesn't occur in other cases I send messages to server. What might be wrong in this specific case?
The text was updated successfully, but these errors were encountered:
I have the same problem where events are retrieved (Seeing from the log of the Socket.IO library) but not delegated.
The didReceiveEvent method is not called at al. This is strange because the socketIODidConnect is called. (And from there I send a new event, where the server in turn sends an event back).
In the function
_handleMessage:
I can see a response message from the server, but the code insidedispatch_async
is not executed and thus the functionwebSocket:didReceiveMessage:
isn't.This doesn't occur in other cases I send messages to server. What might be wrong in this specific case?
The text was updated successfully, but these errors were encountered: