github coder/websocket v1.6.4

latest releases: v1.8.15, v1.8.14, v1.8.13...
6 years ago
  • Fix improper use of sync/atomic on 32 bit systems causing panics #154
  • Improve godoc and fix code style (#149, #150, #151)
  • 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.

Don't miss a new websocket release

NewReleases is sending notifications on new releases.