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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Can you implement a parameter, to send keep alive messages to a websocket server
Some server will close the connection when no data is transmitted. In my case this fails with an
websocket: close 1006 (abnormal closure): unexpected EOF"
error and the agent does not reconnect. It woudl be better to regular send ping or keepalive messages to the server
Thanks
The text was updated successfully, but these errors were encountered:
This issue doesn't have a Team:<team> label.
Team:<team>
Sorry, something went wrong.
No branches or pull requests
Can you implement a parameter, to send keep alive messages to a websocket server
Some server will close the connection when no data is transmitted. In my case this fails with an
websocket: close 1006 (abnormal closure): unexpected EOF"
error and the agent does not reconnect. It woudl be better to regular send ping or keepalive messages to the server
Thanks
Related Issues:
The text was updated successfully, but these errors were encountered: