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
What does this mean in the description of onTerminateDetach?
Returns:
an Observable which out references to the upstream producer and downstream Subscriber if the sequence is terminated or downstream unsubscribes
My guess: "nulls" belongs between "which" and "out"
The text was updated successfully, but these errors were encountered:
Yes, the word nulls out is missing there and also fromFlowable and Observable in v2. I'll post a fix to v2 and you are welcome to post a fix for v1 if you want.
What does this mean in the description of
onTerminateDetach
?Returns:
an Observable which out references to the upstream producer and downstream Subscriber if the sequence is terminated or downstream unsubscribes
My guess: "nulls" belongs between "which" and "out"
The text was updated successfully, but these errors were encountered: