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
Most async libraries makes canceling requests possible, but our abstractions (CompletableFutre...) hide that away, we should change our callback abstractions to allow that, for example the cancel function in the call class https://square.github.io/okhttp/4.x/okhttp/okhttp3/-call/
The text was updated successfully, but these errors were encountered:
Most async libraries makes canceling requests possible, but our abstractions (
CompletableFutre
...) hide that away, we should change our callback abstractions to allow that, for example the cancel function in the call class https://square.github.io/okhttp/4.x/okhttp/okhttp3/-call/The text was updated successfully, but these errors were encountered: