Important change
This reverts the websockets package back to https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d
What's Changed
- Fixes subprotocol selection (aling with rfc6455) by @KSDaemon in https://github.com/gorilla/websocket/pull/823
- Update README.md, replace master to main by @mstmdev in https://github.com/gorilla/websocket/pull/862
- Use sta...