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
"A unique instance of BroadcasterConfig is always associated with a Broadcaster."
However org.atmosphere.util.SimpleBroadcaster does not create a new config instance. I'm getting the same BroadcasterConfig instance from all the SimpleBroadcasters.
In the wiki this is stated:
"A unique instance of BroadcasterConfig is always associated with a Broadcaster."
However org.atmosphere.util.SimpleBroadcaster does not create a new config instance. I'm getting the same BroadcasterConfig instance from all the SimpleBroadcasters.
In SimpleBroadcaster source:
Compare this to DefaultBroadcaster, which always creates a new BroadcasterConfig:
The text was updated successfully, but these errors were encountered: