batch push

This commit is contained in:
skiffer-git
2022-06-08 20:26:08 +08:00
parent dff7a28094
commit 317e6f81bb
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ import (
type UserConn struct {
*websocket.Conn
w *sync.Mutex
w *sync.Mutex
PushedMaxSeq uint32
}
type WServer struct {
wsAddr string