Marfusios / websocket-client

🔧 .NET/C# websocket client library
MIT License
692 stars 127 forks source link

ChannelReader #145

Open Odonno opened 7 months ago

Odonno commented 7 months ago

Hello @Marfusios

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:

Thank you.

Odonno commented 6 months ago

Also curious if we should add .ConfigureAwait(false) here https://github.com/Marfusios/websocket-client/blob/c002823c828c56a52a3403b41d0f18682f395309/src/Websocket.Client/WebsocketClient.cs#L465