This commit is contained in:
aozhiwei 2023-12-06 19:06:53 +08:00
parent 271d3f22e3
commit d8dc513b8b

View File

@ -37,7 +37,9 @@ void Player::Init(int idx, const std::string& account_id)
web_socket_ = std::make_shared<a8::WebSocketClient>
(
IoMgr::Instance()->GetIoContext(0),
"192.168.100.45",
//"192.168.100.45",
//7601
"192.144.200.110",
7601
);
web_socket_->on_decode_userpacket =