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
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:
Pinging @elastic/security-service-integrations (Team:Security-Service Integrations)
Sorry, something went wrong.
ShourieG
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: