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 may be ambiguous with the single input overload. However, the single input is also not consistent with the Concat operator. (#1000)
This addition would allow multiple sequences to be subscribed as they are produced and, once one of them produces a value, propagate said sequence and close all others.
Since this overload doesn't seem to exist in rx, we should probably wait to check what comes out of dotnet/reactive#2165
The text was updated successfully, but these errors were encountered:
This may be ambiguous with the single input overload. However, the single input is also not consistent with the Concat operator. (#1000)
This addition would allow multiple sequences to be subscribed as they are produced and, once one of them produces a value, propagate said sequence and close all others.
Since this overload doesn't seem to exist in rx, we should probably wait to check what comes out of dotnet/reactive#2165
The text was updated successfully, but these errors were encountered: