Async support with FromAsync not ToObservable
LeeCampbell opened this issue · 0 comments
LeeCampbell commented
As pointed out in this post:
ToObservable does not really offer Cancellation support as there is no way to pass in a CancelationToken
. Favor the Observable.FromAsync(Func<CancelationToken, Task>) method instead.