Hi all
I have a problem about Turnbased game
In demo : RummyServer Card, I created client by cocos2dx
when i call sendmove() , In Callback onMoveCompleted(AppWarp::move me)
sometimes there are respones ,sometimes there are none .
Example:
AppWarp::Client::getInstance()->sendMove("{\"top\":\"%d\",\"cards\":[1,2,2,3,3]");
thanks and best regards