Avatar

Employee

Hi Nicolas,

I was trying to test the scenario you mentioned. What you are doing seems to be right.

Let me break the issues you have

1) You see users not in your "myBuddyList" in your lobby. There are two possibilites
    a) UserManager.anonymousPresence is not set
    b) Users after entering the lobby are doing something (like sending a chat message) that forces all the other users to fetch the userDescriptor, and so you see other unintended users in your lobby.

Can you please use the dev console (from SDKNavigator) to ensure that anonymous presence is turned on. Also please double check if users are doing something that broadcasts their presence to every one.

2) Not seeing users who are in your buddylist.
    We found a bug at our end. I have attached both the swc and the src file that fixes the issue. Thanks a million for finding the bug and sincerely apologize for the inconvenience.
   
Please do let us know if you need any assitance, and we would be happy to help you.  Also I can take a look into issue one, if I know what a user is doing on entering the looby. 
   
Thanks
Arun