Streaming (WS) connection periodically drops when running FoundKey behind a reverse proxy #336
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When using nginx, the WebSocket connection gets closed every minute because of nginx's proxy read/write timeouts, causing the "Connection to server has been lost" message to show up.
This could be resolved by periodically sending ping/pong frames or messages from the server (or increasing timeouts in nginx, but that's not a real solution).
Are you using the recommended nginx settings, specifically the parts about websocket?