Skip to content

Commit 939897c

Browse files
committed
Restrict to websocket only
1 parent d5e8b6c commit 939897c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/hooks/useSocketIO.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function useSocketIO({
4242
reconnection: true,
4343
reconnectionAttempts: 2,
4444
reconnectionDelay: 10000,
45-
transports: ['polling', 'websocket'],
45+
transports: ['websocket'],
4646
timeout: 20000,
4747
path: configs.SOCKET_ENDPOINT
4848
});

0 commit comments

Comments
 (0)