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
This operator is highly polymorphic in it's current form. In particular that second argument that actually changes the behavior depending on the type it's passed. Seems like it should be split into two operators.
I ended up going with timeout and timeoutWith to split the differing behaviors of the timeout overloads. The former is for sending an error on timeout, the latter is for subscribing to a specified Observable on timeout.
No description provided.
The text was updated successfully, but these errors were encountered: