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
Instead of using HandleMessage<T>, you would use .ToObservable(). You could then use the standard methods like OfType<MyMessageType>() and Where to do more advanced grouping, buffering, filtering then you would by just using HandleMessage<T>.