This commit is contained in:
laodaming 2023-07-26 11:53:57 +08:00
parent 999dc36e76
commit b9afdf1dda

View File

@ -56,7 +56,7 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq) (resp *basi
if req.Sign != sign {
return resp.SetStatusWithMessage(basic.CodeRequestParamsErr, "invalid")
}
//遍历websocket链接
//遍历websocket链接把数据传进去
mapConnPool.Range(func(key, value any) bool {
ws, ok := value.(wsConnectItem)
if !ok {