Smoothing the update for origin check (#4216)

This commit is contained in:
Louis Lam
2023-12-12 16:23:41 +08:00
committed by GitHub
parent fa1214ae5e
commit f861a48dfc
4 changed files with 69 additions and 36 deletions

View File

@@ -78,7 +78,6 @@ function disconnectAllSocketClients(username, password) {
// Disconnect all socket connections
const socket = io(localWebSocketURL, {
transports: [ "websocket" ],
reconnection: false,
timeout: 5000,
});