After relogin, CollectionNode doesn't fire Sync event._collectionVacantUsers = new CollectionNode();_collectionVacantUsers.sharedID = "VacantUsers";_collectionVacantUsers.addEventListener(CollectionNodeEvent.SYNCHRONIZATION_CHANGE, onSyncCollectionNode);_collectionVacantUsers.subscribe();Event liste...