This commit is contained in:
aozhiwei 2024-08-21 11:14:04 +08:00
parent f0fb944f7e
commit 2f0183ba22

View File

@ -163,7 +163,7 @@ behaviac::EBTStatus AndroidAgent::CoConnectBattleServer()
owner_->GetWebSocket()->on_connect = owner_->GetWebSocket()->on_connect =
[this, context] (a8::WebSocketClient* ) [this, context] (a8::WebSocketClient* )
{ {
//a8::XPrintf("id:%d WebSocketClient on_connect\n", {context->socket_id}); a8::XPrintf("id:%d WebSocketClient on_connect\n", {context->socket_id});
context->pending = false; context->pending = false;
context->connect_ok = true; context->connect_ok = true;
}; };