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

cancel the node during execution #14

Open
sverhoeven opened this issue Jun 8, 2016 · 1 comment
Open

cancel the node during execution #14

sverhoeven opened this issue Jun 8, 2016 · 1 comment

Comments

@sverhoeven
Copy link
Member

The http requests can take a long time. A user could find it taking too long and wants to cancel.

@sverhoeven
Copy link
Member Author

The jersey2 client generated by swagger code gen is syncronous, so can not be cancelled.

The okhttp-gson library generates asyncronous methods, which return futures which can be cancelled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant