We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e8b6c commit 939897cCopy full SHA for 939897c
web/src/hooks/useSocketIO.ts
@@ -42,7 +42,7 @@ export function useSocketIO({
42
reconnection: true,
43
reconnectionAttempts: 2,
44
reconnectionDelay: 10000,
45
- transports: ['polling', 'websocket'],
+ transports: ['websocket'],
46
timeout: 20000,
47
path: configs.SOCKET_ENDPOINT
48
});
0 commit comments