Hello,
I´m trying to make a test project with Corona Labs and your AppWarp Service. I created a room with client 1 and tried to join that room with client 2.
But client 2 can´t find the room created by client 1.
I´m using the following code to create a room:
appWarp.createRoom (tostring(os.clock()), USER_NAME, 2, nil)
and the following code to join a room:
appWarp.joinRoomInRange(1, 2, false)
Why client 2 can´t find the room created by client 1?
Thanks and best regards,
Alexander