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
I am just curious about using and exposing a ChannelReader instead of an Observable to consume received data. I understand the multiple benefits that Rx.NET offers, I only have some questions:
Have you tried to make the change already?
I am also curious about the performance impact of that change.
I suppose it won't have a huge breaking change as you can transform an IAsyncEnumerable into an Observable, still providing the same API experience
Thank you.
The text was updated successfully, but these errors were encountered:
Hello @Marfusios
I am just curious about using and exposing a
ChannelReader
instead of anObservable
to consume received data. I understand the multiple benefits that Rx.NET offers, I only have some questions:IAsyncEnumerable
into anObservable
, still providing the same API experienceThank you.
The text was updated successfully, but these errors were encountered: