1
This commit is contained in:
parent
b85c6026ca
commit
4781e964d3
@ -75,7 +75,7 @@ public:
|
||||
|
||||
virtual void OnConnect() override
|
||||
{
|
||||
f8::UdpLog::Instance()->Warning("OnConnect socket_handle:%d", {socket_handle});
|
||||
f8::UdpLog::Instance()->Info("OnConnect socket_handle:%d", {socket_handle});
|
||||
}
|
||||
|
||||
virtual void OnRawHttpGet(const std::string& url, const std::string& querystr,
|
||||
|
@ -87,7 +87,7 @@ void RoomMgr::_CMJoin(f8::MsgHdr* hdr, const cs::CMJoin& msg)
|
||||
auto member = GetCustomMemberBySocket(hdr->socket_handle);
|
||||
if (member) {
|
||||
#if 1
|
||||
f8::UdpLog::Instance()->Warning("JoinError socket_not_exits socket_handle%d socket_hash_.size:%d",
|
||||
f8::UdpLog::Instance()->Warning("JoinError socket_not_exits socket_handle:%d socket_hash_.size:%d",
|
||||
{
|
||||
hdr->socket_handle,
|
||||
socket_hash_.size()
|
||||
|
Loading…
x
Reference in New Issue
Block a user