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
Topic has a redundant synchronized on checking if consumers are empty. This isn't needed as the CopyOnWriteArray has a volatile size already. Removes an unnecessary synchronization per-message.
Topic has a redundant synchronized on checking if consumers are empty. This isn't needed as the CopyOnWriteArray has a volatile size already. Removes an unnecessary synchronization per-message.