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