Hi. I got this sample (
https://github.com/SauravGShephertz/Android-TicTacToe/wiki/WalkThrough) and got it compiled. When I run it I can see the debug outputs in console. when the first user connects everything is ok and status in onconnectdone is true and it is waiting for other user to join to start the game, but as soon as I run the second emulator, onconnectdone status is false and so when the app on the second emulator runs, it is also waiting for other use to join.
what is the problem? why running the app on the second emulator makes the app on the first emulator to disconnect?
thanks in advance.