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
when client connect to server: i join it to room with: "client.joinRoom(id);". Then when sending a message to the room, the client is duplicated message receive. I write: "namespace.getRoomOperations(id).sendEvent(listener, new Gson().toJson(result));". Can you help me or give me a sample code to manage and send messages to the room? Thank guys
The text was updated successfully, but these errors were encountered:
when client connect to server: i join it to room with: "client.joinRoom(id);". Then when sending a message to the room, the client is duplicated message receive. I write: "namespace.getRoomOperations(id).sendEvent(listener, new Gson().toJson(result));". Can you help me or give me a sample code to manage and send messages to the room? Thank guys
The text was updated successfully, but these errors were encountered: