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
Fix `cleanResponses` must handle cleaning up cancelled future (#1218)
* Fix `cleanResponses` must handle cleaning up cancelled future
If a future would be cancelled outside of `cleanResponses`, calling `future.get()` would throw a `CancellationException`.
This exception was not caught, breaking future cleanup.
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
* Catch Throwable
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>
---------
Signed-off-by: Maurice van Veen <github@mauricevanveen.com>