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.