@joelam500 wrote:
This is the code of my server side:
And I programmed the client side as below:
cocos2d::network::SIOClient* _sioClient = SocketIO::connect(“xxx.xxx.xx.xx:3000”, *this);
_sioClient->emit(“KKK”, “Test”);But the server side cannot show the console log. Please help. Thanks.
Posts: 1
Participants: 1