Info
Version: | 3.3.0 |
Author(s): | szmcdull, forked from Mariusz Kotas |
Last Update: | Monday, December 16, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/szmcdull/websocket-client |
NuGet Url: | https://www.nuget.org/packages/Websocket.Client.Channel |
Install
Install-Package Websocket.Client.Channel
dotnet add package Websocket.Client.Channel
paket add Websocket.Client.Channel
Websocket.Client.Channel Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Reactive(>= 4.1.6)
- System.Threading.Channels(>= 4.5.0)
Tags
This is forked from Marfusios/websocket-client with rewriting connection handling in a moderner and cleaner way.
And it uses less threads (using async/await and Channel).