Page 1 of 1

Possible BUG (wrong message) on SFSEvent.ROOM_JOIN_ERROR

Posted: 18 Mar 2012, 04:22
by NewJersey
private function onRoomJoinError(evt:SFSEvent):void
{
trace("Room joining failed: " + evt.params.errorMessage);
}

Error Code is 19
Error Message is : User game already joined in Room

Should refactor game to name, right?

Cheers,

NewJersey

Re: Possible BUG (wrong message) on SFSEvent.ROOM_JOIN_ERROR

Posted: 19 Mar 2012, 09:49
by Bax
I think in your example the username was "game". In fact the error message is User {0} already joined in Room, where {0} is substituted with the actual username.