1
This commit is contained in:
parent
271d3f22e3
commit
d8dc513b8b
@ -37,7 +37,9 @@ void Player::Init(int idx, const std::string& account_id)
|
|||||||
web_socket_ = std::make_shared<a8::WebSocketClient>
|
web_socket_ = std::make_shared<a8::WebSocketClient>
|
||||||
(
|
(
|
||||||
IoMgr::Instance()->GetIoContext(0),
|
IoMgr::Instance()->GetIoContext(0),
|
||||||
"192.168.100.45",
|
//"192.168.100.45",
|
||||||
|
//7601
|
||||||
|
"192.144.200.110",
|
||||||
7601
|
7601
|
||||||
);
|
);
|
||||||
web_socket_->on_decode_userpacket =
|
web_socket_->on_decode_userpacket =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user