onflow / flow-go

A fast, secure, and developer-friendly blockchain built to support the next generation of games, apps, and the digital assets that power them.
GNU Affero General Public License v3.0
533 stars 179 forks source link

[Access] Implement keepalive routine with ping-ponging to ws connection in ws controller #6639

Open Guitarheroua opened 2 weeks ago

Guitarheroua commented 2 weeks ago

Develop a separate Keepalive module for the web socket controller to monitor network availability using WebSocket ping-pong service messages.

Requirements:

Guitarheroua commented 1 week ago

@UlyanaAndrukhiv Also, check a chapter for gorilla control messages documentation, to be sure, that ping-pong handles correctly.