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
Likely reproducible simply by calling
atmosphere.init(config);
simultaneously from two threads.
At least reproducible by setting a breakpoint in DefaultBroadcasterFactory.lookup(Class,Object,boolean,boolean) and ensuring the “wrong” thread enters the synchronized block first.
The text was updated successfully, but these errors were encountered:
Old issue, but can still happen when Atmosphere is embedded
atmosphere/modules/cpr/src/main/java/org/atmosphere/cpr/BroadcasterFactory.java
Line 30 in 408f864
atmosphere/modules/cpr/src/main/java/org/atmosphere/cpr/DefaultBroadcasterFactory.java
Line 131 in 408f864
Likely reproducible simply by calling
atmosphere.init(config);
simultaneously from two threads.
At least reproducible by setting a breakpoint in DefaultBroadcasterFactory.lookup(Class,Object,boolean,boolean) and ensuring the “wrong” thread enters the synchronized block first.
The text was updated successfully, but these errors were encountered: