fix
This commit is contained in:
parent
826ba92b8e
commit
b5b3042226
|
@ -99,7 +99,7 @@ func (l *CommonNotifyLogic) CommonNotify(req *types.CommonNotifyReq, userinfo *a
|
||||||
if req.Wid == "" {
|
if req.Wid == "" {
|
||||||
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "websocket connect id is empty")
|
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "websocket connect id is empty")
|
||||||
}
|
}
|
||||||
//触发消费公共未处理的消息(只有第一次有用)
|
//触发消费公共未处理的消息(该方法是单例)
|
||||||
l.consumeCommonCacheData()
|
l.consumeCommonCacheData()
|
||||||
//查询websocket连接
|
//查询websocket连接
|
||||||
value, ok := mapConnPool.Load(req.Wid)
|
value, ok := mapConnPool.Load(req.Wid)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user