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
I am wondering how to do that since I started to work with this lib.
Did somebody think about it?
In theory it would be perfect to call the 'calback' function from default socket.io implementation rather than use 2 emit calls (client->server(request) and server->client(response))
The text was updated successfully, but these errors were encountered:
I am wondering how to do that since I started to work with this lib.
Did somebody think about it?
In theory it would be perfect to call the 'calback' function from default socket.io implementation rather than use 2 emit calls (client->server(request) and server->client(response))
The text was updated successfully, but these errors were encountered: