ws update

This commit is contained in:
Gordon
2023-03-23 20:05:49 +08:00
parent a0d61769b2
commit 735c35bd0f
2 changed files with 13 additions and 2 deletions
-1
View File
@@ -31,7 +31,6 @@ type Server struct {
prometheusPort int
LongConnServer LongConnServer
pushTerminal []int
//rpcServer *RpcServer
}
func (s *Server) SetLongConnServer(LongConnServer LongConnServer) {