feat sn 改成 int64

This commit is contained in:
2026-01-30 11:56:10 +08:00
parent a7266f4bfa
commit b1dfb88f71
12 changed files with 30 additions and 30 deletions

View File

@@ -25,7 +25,7 @@ func (s *Server) ToClient(server grpc_pb.Gateway_ToClientServer) error {
if args, err := server.Recv(); err != nil {
return
} else {
if args.USN == "" {
if args.USN == -1 {
//utils.WorkerPool(ws_handler.UserMgr.GetAllInterface(), func(task interface{}) {
// client := task.(*ws_handler.Client)