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
As far as I know, one AtmosphereResource can be added into several Broadcasters.
It is confused for someone else to understand the function of AtmosphereResource#setBroadcaster() method.
It always make me think which broadcaster I should pass into the method...
I think that having Broadcaster#addResource() is enough.
For backward compatibility, we can just add @deprecated annotation on the method.
The text was updated successfully, but these errors were encountered:
As far as I know, one AtmosphereResource can be added into several Broadcasters.
It is confused for someone else to understand the function of AtmosphereResource#setBroadcaster() method.
It always make me think which broadcaster I should pass into the method...
I think that having Broadcaster#addResource() is enough.
For backward compatibility, we can just add @deprecated annotation on the method.
The text was updated successfully, but these errors were encountered: