websocket

main
alex 2023-04-20 22:37:26 +02:00
parent 696d31334d
commit 60ce0cbdae
1 changed files with 1 additions and 0 deletions

View File

@ -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,
}; };