Closed
Description
Unregistering consumed listener from OnMixpanelUpdatesReceivedListener#onMixpanelUpdatesReceived
callback sometimes causes ConcurrentModificationException. There is no easy way for the client to unregister listener without risking crash. Reson: MixpanelAPI:2111 (4.9.2) - notifying listeners on the loop that directly stores registered listeners.