- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Nicolas,
I am making guesses from the code I am reading.
So assigning a session to your _collectionVacantUsers should fix the issue. I am making this guess, since you are sure that you succesfully logging in and out of your room, and its CollectionNodeEvent.SYNCHRONIZATION_CHANGE that is not being fired.
_collectionVacantUsers.connectSession = _session;Thanks
Arun