You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test output is:
Emitting: 0
Emitting: 1
DONE: 0
As you can see the observable is subscribed to twice. This is because take, in combination with single, causes the retryWhen producer to request another item.
The text was updated successfully, but these errors were encountered:
alexwen
pushed a commit
to alexwen/RxJava
that referenced
this issue
Oct 23, 2014
Noticed this behavior using rx-netty as internally it does a take(1) internally:
The test output is:
Emitting: 0
Emitting: 1
DONE: 0
As you can see the observable is subscribed to twice. This is because take, in combination with single, causes the retryWhen producer to request another item.
The text was updated successfully, but these errors were encountered: