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
Develop a separate Keepalive module for the web socket controller to monitor network availability using WebSocket ping-pong service messages.
Keepalive
flow-go/engine/access/rest/routes/websocket_broker.go
Lines 264 to 277 in 173f141
The text was updated successfully, but these errors were encountered:
@UlyanaAndrukhiv Also, check a chapter for gorilla control messages documentation, to be sure, that ping-pong handles correctly.
Sorry, something went wrong.
UlyanaAndrukhiv
Successfully merging a pull request may close this issue.
Develop a separate Keepalive module for the web socket controller to monitor network availability using WebSocket ping-pong service messages.
Requirements:
Keepalive
module should be instantiated and managed by the web socket controller but function independently.flow-go/engine/access/rest/routes/websocket_broker.go
Lines 264 to 277 in 173f141
The text was updated successfully, but these errors were encountered: