surrealdb / surrealdb.go

SurrealDB SDK for Golang
https://surrealdb.com
Apache License 2.0
240 stars 66 forks source link

WebSocket connection lifetime #37

Closed tomasweigenast closed 1 year ago

tomasweigenast commented 1 year ago

Does the library keeps the websocket connection alive by itself making a ping?

phughk commented 1 year ago

Hey @tomasweigenast . The pings are sent from the server to the client only. So, the client just needs to respond, which I believe is already supported.