Closed jasonkeene closed 7 years ago
The client needs to send ws ping frames to keep the connection alive. I set proxy_read_timeout to 5m to mitigate this on the server side.
proxy_read_timeout
5m
I am putting this on hold for now pending a patch to x/net/websocket
This has been moved to https://github.com/jasonkeene/anubot-server/issues/1
The client needs to send ws ping frames to keep the connection alive. I set
proxy_read_timeout
to5m
to mitigate this on the server side.