We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Known issue :
If JS client doesn't send any data for 60 sec, connection will be closed (then restarted).
Solution (for now) : Implement a ping from JS client
In the erlang doc : https://ninenines.eu/docs/en/cowboy/2.5/manual/cowboy_websocket/
there is this option : idle_timeout (60000) Time in milliseconds that Cowboy will keep the connection open without receiving anything from the client.
but i don't succeed to make it work. :/
Need help :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Known issue :
If JS client doesn't send any data for 60 sec, connection will be closed (then restarted).
Solution (for now) : Implement a ping from JS client
In the erlang doc : https://ninenines.eu/docs/en/cowboy/2.5/manual/cowboy_websocket/
there is this option :
idle_timeout (60000)
Time in milliseconds that Cowboy will keep the connection open without receiving anything from the client.
but i don't succeed to make it work. :/
Need help :)
The text was updated successfully, but these errors were encountered: