0
kicks
Reactive Extensions in .NET – ConnectableObservable
In my last post on Reactive Extensions in .NET I had discussed about Hot and Cold Observable and their behavior.In this post we will discuss on how a cold observable can be converted to a hot one using the System.Collections.Generic.IConnectableObservable.