This commit is contained in:
aozhiwei 2024-06-01 18:26:10 +08:00
parent 7c3edc1074
commit 0e2ac2bb59

View File

@ -237,7 +237,7 @@ void GGListener::RemoveSocketDisconnectHandler(std::weak_ptr<SocketDisconnectHan
p->cb = nullptr; p->cb = nullptr;
p->holder = nullptr; p->holder = nullptr;
#if 1 #if 1
f8::UdpLog::Instance()->Warning("RemoveSocketDisconnectHandler socket_handle%d time:%d", f8::UdpLog::Instance()->Warning("RemoveSocketDisconnectHandler socket_handle:%d time:%d",
{ {
p->socket_handle, p->socket_handle,
a8::XGetTickCount() - p->add_tick a8::XGetTickCount() - p->add_tick