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