-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket server timeout #73
Comments
@ytian801 |
I'm using master branch |
@ytian801 |
This issue has been closed since it has been inactive for quite some time. If you want to continue discussing this issue, please feel free to reopen it. |
I'm using nginx as proxy server for secure websocket connection, but every 60 seconds, the browser will close the websocket connection, after some investigation, I found there's a timeout setting in Nginx called proxy_read_timeout, this value is default 60 seconds, can we add some timeout to the server to let client keep alive?
btw, do we really need to keep the websocket connection alive? can we just close websocket after webrtc connection connected?
I mean can we just comment this line out?
OvenMediaEngine/src/projects/http_server/http_server.cpp
Line 230 in 9a6adf8
The text was updated successfully, but these errors were encountered: