mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix(web): always use websocket transport (#6564)
This commit is contained in:
parent
a8efbc6772
commit
bd2dbb4944
2 changed files with 6 additions and 1 deletions
|
|
@ -37,6 +37,7 @@ export const openWebsocketConnection = async () => {
|
|||
|
||||
websocket = io('', {
|
||||
path: '/api/socket.io',
|
||||
transports: ['websocket'],
|
||||
reconnection: true,
|
||||
forceNew: true,
|
||||
autoConnect: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue