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
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.https://github.com/onflow/flow-go/blob/173f14150bc827cf9dcea598f9ae7b5269c09eb2/engine/access/rest/routes/websocket_broker.go#L264-L277