The main focus of this pr is in internal/nhooyr.io/websocket/conn.go:
Implemented it in the [nhooyr.io/websocket] package rather than in our websocket package, in order to minimize edits to existing code and I think it it fits better there as well, more natural.
Implemented in our websocket package in order to migrate back to the nhooyr.io websocket when the 2.0 release is done
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.
The main focus of this pr is in
internal/nhooyr.io/websocket/conn.go
:Implemented it in the [nhooyr.io/websocket] package rather than in ourwebsocket
package, in order to minimize edits to existing code and I think it it fits better there as well, more natural.websocket
package in order to migrate back to the nhooyr.io websocket when the 2.0 release is done