lxzan / gws

simple, fast, reliable websocket server & client, supports running over tcp/kcp/unix domain socket. keywords: ws, proxy, chat, go, golang...
https://pkg.go.dev/github.com/lxzan/gws
Apache License 2.0
1.37k stars 86 forks source link

v1.8.7 #111

Closed lxzan closed 3 weeks ago

lxzan commented 3 weeks ago
  1. Fix the lazy loading exception of sliding window
  2. Optimize error handling, simplify code logic
  3. Add defensive programming in WriteFile section.