-
Notifications
You must be signed in to change notification settings - Fork 1
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
WS dropping connection after a certain amount of time #26
Comments
Hello @Stefacir |
Hello @hansfriedrich |
actutally it's not a crash - it's the lost wifi-connection which also tears down the ws-connection. I "solved" it with my plugin by pinging every hour and reconnecting in case of error. |
We have now the version 5.1.17 ready. In this version the handling of many parallel connections is improved. This could eventually solve the issue. To force the update, you have to contact me on customercare Center @woodworm. |
You are right - sorry! As i‘m using nodered i need to adjust the plugin to reconnect as your plugin does @woodworm will contact you for the software, thanks. |
when you follow the issue, you see I also thought it's crashing. Thanks @woodworm to bring some light in this. |
Hello,
I registred a websocket connection through node red to the WS API.
Unfortunately i realized that after a certain amount of time without a message the connection drops. I couldn‘t figure out if it comes from the WS or NodeRed.
So do you know if a handshake or a keepalive is necessary after an amount of time?
regards
The text was updated successfully, but these errors were encountered: