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
if (t != null) {
if (!(t instanceof CancellationException && emitter.isDisposed()))
emitter.onError(unwrapException(t));
} else {
emitter.onSuccess(val);
}
The text was updated successfully, but these errors were encountered:
twinklehawk
changed the title
Better handling of cancellation exceptions
Better handling of cancellation exceptions in AsyncHttpReactiveUtils
Sep 29, 2020
Maybe this
The text was updated successfully, but these errors were encountered: