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/
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/