xmidt-org / xmidt-agent

The client agent for the Xmidt service.
Apache License 2.0
2 stars 2 forks source link

feat: implement websocket inactivity timeout #140

Closed denopink closed 5 months ago

denopink commented 5 months ago

The main focus of this pr is in internal/nhooyr.io/websocket/conn.go:

schmidtw commented 5 months ago

Because we want to migrate back to the nhooyr.io websocket when the 2.0 release is done, we should strive to make the changes in just the websocket wrapper in our code.