You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a concurrency issue in EventBus.Publish. When enumerating allSubscriptions for publishing, it's possible that a subscription has unsubscribed since allSubscriptions was assigned. This will result in an IndexOutOfBoundsException.
There's a concurrency issue in
EventBus.Publish
. When enumeratingallSubscriptions
for publishing, it's possible that a subscription has unsubscribed sinceallSubscriptions
was assigned. This will result in anIndexOutOfBoundsException
.Related to #1.
The text was updated successfully, but these errors were encountered: