Skip to content

v1.7.4

Compare
Choose a tag to compare
@nhooyr nhooyr released this 09 Nov 22:35
· 346 commits to master since this release
edda9c6
  • Dramatically optimize WebSocket masking algorithm implementation #171
    • We are now 1.75x faster than gorilla/websocket and gobwas/ws all while using pure safe Go
    • Thanks @renthraysk