This commit is contained in:
aozhiwei 2022-12-19 13:03:57 +08:00
parent c223321463
commit fca3fd62ae

View File

@ -77,8 +77,7 @@ public:
a8::Args
(
{
socket_handle,
1
socket_handle
}
));
}
@ -119,10 +118,8 @@ void GGListener::Init()
(IM_GGListenerError,
[] (const a8::Args& args)
{
// 777
#if 0
GGListener::Instance()->OnListenError(param.param1);
#endif
int error_id = args.Get<int>(0);
GGListener::Instance()->OnListenError(error_id);
});
}