android - Is it possible to reconnect to the room? -


currently once client has been interrupted phone calls or home button has been pressed user, client disconnected.

p.s. implementing google play game service real time multiplayer in real time turn based game, example, pokers, worms. these real time games did not need players response or inside in whole game because turn-based. turn-based api not suit situation since same reason said before.

is there way let player reconnect room has not been on yet after being interrupted?

if using google play services, not possible player re-enter room after being disconnected.

from https://developers.google.com/games/services/common/concepts/realtimemultiplayer#4_participant_connection_phase:

  1. gameplay phase

once required number of participants game have been connected, app can start gameplay session. after participants have joined game , room "full", players can leave game, no other players can join; not fill spot player has vacated.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -