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 can see on the server side that the client is connected.
The problem is that this client exits right away!
And the message emitted on event create_room doesn't seem to reach the server.
Is this the expected behaviour?
I have an equivalent client written in Python and it works fine...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi and thanks for your work!
I'm trying to connect to a
socketio
server written withsocketioxide
.The client code is very simple:
I can see on the server side that the client is connected.
The problem is that this client exits right away!
And the message emitted on event
create_room
doesn't seem to reach the server.Is this the expected behaviour?
I have an equivalent client written in Python and it works fine...
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions