fix
This commit is contained in:
parent
68cf3a10d6
commit
b90f56502d
|
@ -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
|
||||||
}
|
}
|
||||||
//执行工厂方法
|
//执行工厂方法
|
||||||
|
|
Loading…
Reference in New Issue
Block a user