问题 I'm using java-websocket for my websocket needs, inside a wowza application, and using nginx for ssl, proxying the requests to java. The problem is that the connection seems to be cut after exactly 1 hour, server-side. The client-side doesn't even know that it was disconnected for quite some time. I don't want to just adjust the timeout on nginx, I want to understand why the connection is being terminated, as the socket is functioning as usual until it isn't. EDIT: Forgot to post the