Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make request canceling possible #16

Open
acbeni opened this issue Oct 10, 2019 · 0 comments
Open

Make request canceling possible #16

acbeni opened this issue Oct 10, 2019 · 0 comments
Labels
question Further information is requested

Comments

@acbeni
Copy link
Contributor

acbeni commented Oct 10, 2019

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/

@alex-ct alex-ct added the question Further information is requested label Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants