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 switch operator in R3 will observe the next inner observable before disposing the current.
This is inconsistent with the behaviour of ReactiveExtensions. So when migrating from ReactiveExtensions I had to define a new operator where the SerialDisposable was assigned Disposable.Empty prior to the new observation.
I’m not sure that this is a big issue as it’s easy to produce new operators, perhaps a Boolean can be passed to change the order or it’s something to note in the method description in some way.
The text was updated successfully, but these errors were encountered:
Thank you for the detailed explanation.
I consider this to be an unintended incompatibility that needs to be fixed.
Please wait a moment, I will definitely fix it.
The switch operator in R3 will observe the next inner observable before disposing the current.
This is inconsistent with the behaviour of ReactiveExtensions. So when migrating from ReactiveExtensions I had to define a new operator where the SerialDisposable was assigned Disposable.Empty prior to the new observation.
I’m not sure that this is a big issue as it’s easy to produce new operators, perhaps a Boolean can be passed to change the order or it’s something to note in the method description in some way.
The text was updated successfully, but these errors were encountered: