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

org.reactivestreams.Subscription add cancelOnError(Throwable) method #527

Open
qinarmy-zoro opened this issue Nov 18, 2020 · 0 comments
Open

Comments

@qinarmy-zoro
Copy link

qinarmy-zoro commented Nov 18, 2020

org.reactivestreams.Subscription interface should add void cancelOnError(Throwable) method,
1.downstream occur exception must cancel.
2.upstream should distinguish between nornal and error.
3. if cancel for error,upstream can do something,like block api try-catch.
please, I guess that is important.

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