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
Currently, the ObserveOn operator can only be used with serializable IScheduler implementations; however, this is not the typically intended usage of ObserveOn. Rather, its usage implies that the server must perform scheduling using the specified scheduler, which is identified via a static property such as NewThreadScheduler.Default.
The client must rewrite queries containing constant scheduler references by replacing them with references to their corresponding static properties.
The text was updated successfully, but these errors were encountered:
Currently, the
ObserveOn
operator can only be used with serializableIScheduler
implementations; however, this is not the typically intended usage ofObserveOn
. Rather, its usage implies that the server must perform scheduling using the specified scheduler, which is identified via a static property such asNewThreadScheduler.Default
.The client must rewrite queries containing constant scheduler references by replacing them with references to their corresponding static properties.
The text was updated successfully, but these errors were encountered: