mirror of
https://github.com/immich-app/immich.git
synced 2025-12-05 12:23:58 +09:00
fix(web): always use websocket transport (#6564)
This commit is contained in:
@@ -37,6 +37,7 @@ export const openWebsocketConnection = async () => {
|
||||
|
||||
websocket = io('', {
|
||||
path: '/api/socket.io',
|
||||
transports: ['websocket'],
|
||||
reconnection: true,
|
||||
forceNew: true,
|
||||
autoConnect: true,
|
||||
|
||||
Reference in New Issue
Block a user