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
Is there any option to assign some values to socket (like in node.js web socket )?When a client is connected, we can set some room id , seat id and status to socket and check its value when its disconnected or sending any messages.
like socket.status = "connected"
socket.room_id = "room1"
socket.seat_id = "seat1"
The text was updated successfully, but these errors were encountered:
Is there any option to assign some values to socket (like in node.js web socket )?When a client is connected, we can set some room id , seat id and status to socket and check its value when its disconnected or sending any messages.
like socket.status = "connected"
socket.room_id = "room1"
socket.seat_id = "seat1"
The text was updated successfully, but these errors were encountered: