Hi Arun,Thanks for the patch. Regarding issue 1), users are indeed
broadcasting a custom status on the customFields property when they
enter the lobby (so we fall in the 1b use-case then):private function
fieldRegisterHandler(event:UserEvent = null):void { if (
userManager.isSynchronized) { userManager.setCustomUserField(
userManager.myUserID, CUSTOM_STATUS_FIELD, STATUS_AVAILABLE); } }This
indeed seems to force every users to fetch the userDescriptor (note that
anonymousPresence was enabled), i...