Open
Description
I have a sockjs web-socket server that transfer data continuously to about 1k clients simultaneously. Occasionally, I see that in the client, the web-socket connection is closed and another connection is open. This is undesirable since my data stream is continuous, and anything disruption is critical.
Is this the normal behavior of a web-socket connection that lives very long?
The deployment model is node server behind a nginx proxy.
Metadata
Metadata
Assignees
Labels
No labels