-
Notifications
You must be signed in to change notification settings - Fork 19
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
onStop called multiple times #289
Comments
dehora
added a commit
that referenced
this issue
Oct 9, 2017
This calls onStop once, when the processor is being stopped. It also calls onCompleted after the stop cycle is complete. Previously onStop was being called multiple times, for example on every retry. For #289.
dehora
added a commit
that referenced
this issue
Oct 9, 2017
This calls onStop once, when the processor is being stopped. It also documents onCompleted as being called after a processor has finished due to being configure ot fetch only a subset. Previously onStop was being called multiple times, for example on every retry. For #289.
dehora
added a commit
that referenced
this issue
Oct 9, 2017
This calls onStop once, when the processor is being stopped. It also documents onCompleted as being called after a processor has finished due to being configure ot fetch only a subset. Previously onStop was being called multiple times, for example on every retry. For #289.
dehora
added a commit
that referenced
this issue
Oct 9, 2017
This calls onStop once, when the processor is being stopped. It also documents onCompleted as being called after a processor has finished due to being configure ot fetch only a subset. Previously onStop was being called multiple times, for example on every retry. For #289.
dehora
added a commit
that referenced
this issue
Oct 9, 2017
This calls onStop once, when the processor is being stopped. It also documents onCompleted as being called after a processor has finished due to being configure ot fetch only a subset. Previously onStop was being called multiple times, for example on every retry. For #289.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
StreamProcessor.onStop is called multiple times (eg after each retry attempt) as part of the underlying RxJava onCancel cycle. It's probably less confusing to end users if it's called just once as part of the StreamProcessor stop cycle.
The text was updated successfully, but these errors were encountered: