This commit is contained in:
laodaming 2023-10-17 17:49:49 +08:00
parent 68cf3a10d6
commit b90f56502d

View File

@ -472,7 +472,7 @@ func (w *wsConnectItem) allocationProcessing(data []byte) {
//获取工厂实例 //获取工厂实例
processor := w.newAllocationProcessor(parseInfo.T) processor := w.newAllocationProcessor(parseInfo.T)
if processor == nil { if processor == nil {
logx.Error("未知消息类型:", string(data)) //logx.Error("未知消息类型:", string(data))
return return
} }
//执行工厂方法 //执行工厂方法