websocket
parent
696d31334d
commit
60ce0cbdae
|
@ -58,6 +58,7 @@ let webSocketContextPreview = {
|
|||
|
||||
export const WebSocketTestContext = createContext(webSocketContextPreview);
|
||||
|
||||
// commands received from the backend server
|
||||
const ReceivedMessagesCommands = {
|
||||
UpdateConnectedUsers: 1,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue