SuperSocket library to abstract underlying communications as channel with pipeline.
Info
Version: | 2.0.0-beta.18 |
Author(s): | Kerry Jiang and other contributors |
Last Update: | Wednesday, August 30, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/kerryjiang/supersocket |
NuGet Url: | https://www.nuget.org/packages/SuperSocket.Channel |
Install
Install-Package SuperSocket.Channel
dotnet add package SuperSocket.Channel
paket add SuperSocket.Channel
SuperSocket.Channel Download (Unzip the "nupkg" after downloading)
Dependencies
- SuperSocket.ProtoBase(>= 2.0.07)
- Microsoft.Extensions.Logging.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Options(>= 3.0.0)
- System.IO.Pipelines(>= 4.6.0)