mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-04 00:10:25 +08:00
refactor: 系统websocket消息重构
This commit is contained in:
@@ -37,5 +37,5 @@ func (s *System) ConnectWs(g *gin.Context) {
|
||||
|
||||
// 登录账号信息
|
||||
la := rc.LoginAccount
|
||||
ws.Put(la.Id, wsConn)
|
||||
ws.AddClient(la.Id, wsConn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user