1
This commit is contained in:
parent
13ca107963
commit
dda3da13cd
@ -399,6 +399,6 @@ func (w *wsConnectItem) dealwithReciveData(data []byte) {
|
|||||||
case constants.WEBSOCKET_REQUEST_REUSE_LAST_CONNECT:
|
case constants.WEBSOCKET_REQUEST_REUSE_LAST_CONNECT:
|
||||||
w.reuseLastConnect(d)
|
w.reuseLastConnect(d)
|
||||||
default:
|
default:
|
||||||
logx.Error("未知消息类型:", parseInfo.T)
|
logx.Error("未知消息类型:uid:", w.userId, "gid:", w.guestId, "data:", string(data))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user