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
In AtmosphereFramework.java a BroadcasterFactory is determined and created and set in the the field broadcasterFactory. However this field is not consistently used. For instance in doCometSupport :
req.setAttribute(BROADCASTER_FACTORY, BroadcasterFactory.getDefault());
The text was updated successfully, but these errors were encountered:
Not sure if this is an issue because the BroadcasterFactory.factory is updated through the AtmosphereFramework. However perhaps it is best to keep a consistent location from where to access it.
In AtmosphereFramework.java a BroadcasterFactory is determined and created and set in the the field broadcasterFactory. However this field is not consistently used. For instance in doCometSupport :
req.setAttribute(BROADCASTER_FACTORY, BroadcasterFactory.getDefault());
The text was updated successfully, but these errors were encountered: