Releases: coder/websocket
Releases · coder/websocket
v1.8.2
v1.8.1
v1.8.0
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.5
v1.6.4
- Fix improper use of sync/atomic on 32 bit systems causing panics #154
- Thanks @andersfylling for reporting this issue.
- Improve godoc and fix code style (#149, #150, #151)
- Thanks @cristaloleg
- Allows concurrent use of SetReadLimit in respect to the Read goroutine #154
- Reasoning behind this change is that if you are handling messages async to the read goroutine, you might
want to adjust the read limit in those instead co-ordinating explicitly with the read goroutine.
- Reasoning behind this change is that if you are handling messages async to the read goroutine, you might