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
Possible BUG (wrong message) on SFSEvent.ROOM_JOIN_ERROR
Re: Possible BUG (wrong message) on SFSEvent.ROOM_JOIN_ERROR
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.
Paolo Bax
The SmartFoxServer Team
The SmartFoxServer Team