浏览代码

Initial commit

luoyangwei 1 年之前
父节点
当前提交
5e13f7bae4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      server/hub.go

+ 1 - 0
server/hub.go

@@ -49,6 +49,7 @@ func (h *Hub) run() {
 			// if c, ok := h.clients[client.UserId]; ok {
 			// 	h.Disconnect <- c
 			// }
+
 			h.clients[client.UserId] = client
 			h.mutex.Unlock()
 			if h.Nats != nil {