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
ConnectionConfiguration.ConnectionStatusHandler allows you to register a callback that should be invoked on every request. Using 2.0.0-alpha1, however, the registered callback is never invoked. (The equivalent functionality worked fine with 1.7.1.)
The ConnectionStatusHandler method is a nice and simple way to handle logging needs. Is there an alternative method that could/should be used from version 2.0.0?