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.36k stars 87 forks source link

v1.6.1 #31

Closed lxzan closed 1 year ago

lxzan commented 1 year ago
  1. add Server.OnRequest method
  2. improve WriteAsync, the function no longer relies on the payload after it is called
lxzan commented 1 year ago

@lesismal 我把互斥锁删了, 应该没毛病吧

lesismal commented 1 year ago

@lesismal 我把互斥锁删了, 应该没毛病吧

最近有点忙,等我闲了看下

lxzan commented 1 year ago

@limpo1989 v1.6.1发布了

limpo1989 commented 1 year ago

OK

道友请留步 @.***>于2023年7月14日 周五13:33写道:

@limpo1989 https://github.com/limpo1989 v1.6.1发布了

— Reply to this email directly, view it on GitHub https://github.com/lxzan/gws/pull/31#issuecomment-1635298971, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA643CVD3P4DFETWUWRMEJDXQDK3BANCNFSM6AAAAAA2G4HB3M . You are receiving this because you were mentioned.Message ID: @.***>

lesismal commented 1 year ago

@lesismal 我把互斥锁删了, 应该没毛病吧

应该是ok的,net.Conn的都自带了锁的