setSuppressUserList(true);

Post here your questions about SFS2X. Here we discuss all server-side matters. For client API questions see the dedicated forums.

Moderators: Lapo, Bax

Post Reply
mmilen
Posts: 311
Joined: 09 Nov 2010, 00:48
Contact:

setSuppressUserList(true);

Post by mmilen »

Hi,

Thank you for updating the MacOS framework!

Not sure if it is bug or intended behaviour. If a game room has this flag to false rootSettings.setSuppressUserList(false); The room fails to send inRoomPlayerID to the connected client. That seems wrong.

Milen
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: setSuppressUserList(true);

Post by Lapo »

Hi,
suppressUserList is always false by default.

The room fails to send inRoomPlayerID to the connected client. That seems wrong.

I am not sure what are you referring to?
Can you give me a step by step description of the problem.
Also please specify which SFS2X version you're using and what client API with relative version.

Thanks
Lapo
--
gotoAndPlay()
...addicted to flash games
mmilen
Posts: 311
Joined: 09 Nov 2010, 00:48
Contact:

Re: setSuppressUserList(true);

Post by mmilen »

By mistake I set SuppressUserList to true on a game room, thinking the game room is limited to one user no need to send the 'full' user list. However when that is the case the JS Client did not get the user playerID for the room it is in. No big deal. But thought to mention it.
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: setSuppressUserList(true);

Post by Lapo »

Thanks
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply