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
Every time I try this I'm doing two things at once and I always seem to break things. Need to move the DisconnectListener from the PushManager constructor to CometdModule.
I wonder if this has anything to do with eagerLoad()
binder.bind(PushManager.class, PushManagerImpl.class).eagerLoad();
The text was updated successfully, but these errors were encountered:
Every time I try this I'm doing two things at once and I always seem to break things. Need to move the DisconnectListener from the PushManager constructor to CometdModule.
I wonder if this has anything to do with eagerLoad()
binder.bind(PushManager.class, PushManagerImpl.class).eagerLoad();
The text was updated successfully, but these errors were encountered: