Flowise icon indicating copy to clipboard operation
Flowise copied to clipboard

[BUG] WebSocket stops responding unexpectedly

Open DrBanjo11 opened this issue 1 year ago • 3 comments

Describe the bug The websocket stops responding (incognito session fixes it).

The websocket times out after working successfully multiple times. The only way I have to restore connection is to open a new incognito session. Working on Chrome

WebSocket connection to '<URL>' failed: WebSocket is closed before the connection is established. index-e0da01c4.js:942 WebSocket connection to 'wss://HOST/socket.io/?EIO=4&transport=websocket' failed: WebSocket is closed before the connection is established.

DrBanjo11 avatar Feb 07 '24 19:02 DrBanjo11

Dont think its Flowise related, maybe a cache on browser that mess it up?

HenryHengZJ avatar Feb 10 '24 14:02 HenryHengZJ

I think it has to do with connection disposal, how often does Flowise closes the connection if it does not receive the ping?

DrBanjo11 avatar Feb 10 '24 14:02 DrBanjo11

I think it has to do with connection disposal, how often does Flowise closes the connection if it does not receive the ping?

that is the default socketIO config, in Flowise we didnt specify any configuration for timeout

HenryHengZJ avatar Feb 19 '24 16:02 HenryHengZJ