SuperSocket.Command
2.0.1
See the version list below for details.
dotnet add package SuperSocket.Command --version 2.0.1
NuGet\Install-Package SuperSocket.Command -Version 2.0.1
<PackageReference Include="SuperSocket.Command" Version="2.0.1" />
<PackageVersion Include="SuperSocket.Command" Version="2.0.1" />
<PackageReference Include="SuperSocket.Command" />
paket add SuperSocket.Command --version 2.0.1
#r "nuget: SuperSocket.Command, 2.0.1"
#addin nuget:?package=SuperSocket.Command&version=2.0.1
#tool nuget:?package=SuperSocket.Command&version=2.0.1
Release Note: SuperSocket 2.0.1
Overview
SuperSocket 2.0.1 is a maintenance release that addresses several stability issues, improves performance, enhances dependency injection support, and adds more comprehensive documentation through XML comments.
Key Improvements
Stability and Bug Fixes
- Fixed the middleware session handling for proper session rejection (#796)
- Resolved several issues with SocketSender that were causing ArgumentOutOfRangeException (#794, #65af03d)
- Used pipe scheduler to run continuation actions in SocketSender for better reliability (#798)
- Fixed order-dependent issue with UseInProcSessionContainer() which now correctly works when not placed last in the fluent configuration chain (#788)
- Default to IPv4 for unsigned address family to ensure consistent behavior (193e8365)
Performance Improvements
- Added ConfigureAwait for SendAsync to avoid context switching and improve performance (#792)
- Various socket handling optimizations (1f701b1b)
Enhanced Dependency Injection
- Modified pipeline filter constructor to allow dependency injection, improving flexibility when creating custom filters (#797)
- Fixed issue where application builder (not web application builder) could not be used as SuperSocket application builder (c5d66c45)
Developer Experience
- Added .editorconfig for consistent coding style across the project (#791)
- Added comprehensive XML comments to improve API documentation (0ba13d2a, 63c67115, 6290d9ee)
- Exposed StartReceive method as protected to allow more customization in derived classes (4e18f714)
- Added release notes in NuGet packages for better visibility of changes (2daa4415)
Project Structure
- Removed ProtoBuf from the main repository and moved it to a separate repository (351a4a46)
- Added new components to the README (d7b7d6d1)
- Updated project description for clarity (b7e0b1c0)
Testing
- Added new unit tests to improve code coverage (709bfc10, 14bb328b)
Contributors
- Kerry Jiang
- hyabean
Upgrading
This release maintains compatibility with SuperSocket 2.0.0. Users are encouraged to update to this version to benefit from the stability improvements and bug fixes.
Links
- GitHub Repository: https://github.com/kerryjiang/SuperSocket
- Documentation: https://docs.supersocket.net/
- NuGet Packages: https://www.nuget.org/packages?q=SuperSocket
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- SuperSocket.Primitives (>= 2.0.1)
- SuperSocket.Server.Abstractions (>= 2.0.1)
- System.Text.Json (>= 8.0.5)
-
net7.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- SuperSocket.Primitives (>= 2.0.1)
- SuperSocket.Server.Abstractions (>= 2.0.1)
- System.Text.Json (>= 8.0.5)
-
net8.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- SuperSocket.Primitives (>= 2.0.1)
- SuperSocket.Server.Abstractions (>= 2.0.1)
- System.Text.Json (>= 8.0.5)
-
net9.0
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 8.0.0)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- SuperSocket.Primitives (>= 2.0.1)
- SuperSocket.Server.Abstractions (>= 2.0.1)
- System.Text.Json (>= 8.0.5)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on SuperSocket.Command:
Package | Downloads |
---|---|
SuperSocket
SuperSocket is a light weight, cross platform and extensible socket server application framework. You can use it to build a server side socket application (like game server, GPS server, industrial control system, data acquisition server etc) easily without thinking about how to use socket, how to maintain the socket connections and how socket works. |
|
SuperSocket.WebSocket.Server
SuperSocket WebSocket server implementation enabling real-time bidirectional communication with WebSocket protocol support. |
|
SuperSocket.MQTT.Server
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.2-beta.1 | 136 | 5/25/2025 |
2.0.1 | 537 | 5/24/2025 |
2.0.0 | 867 | 4/20/2025 |
2.0.0-beta.31 | 491 | 4/2/2025 |
2.0.0-beta.30 | 780 | 1/26/2025 |
2.0.0-beta.29 | 123 | 1/14/2025 |
2.0.0-beta.28 | 1,092 | 11/2/2024 |
2.0.0-beta.27 | 2,550 | 9/30/2024 |
2.0.0-beta.26 | 944 | 8/31/2024 |
2.0.0-beta.25 | 330 | 8/21/2024 |
2.0.0-beta.24 | 1,400 | 6/29/2024 |
2.0.0-beta.23 | 1,312 | 6/1/2024 |
2.0.0-beta.22 | 1,310 | 5/25/2024 |
2.0.0-beta.21 | 343 | 5/4/2024 |
2.0.0-beta.20.448 | 1,297 | 4/14/2024 |
2.0.0-beta.18 | 9,570 | 8/30/2023 |
2.0.0-beta.17 | 3,958 | 6/4/2023 |
2.0.0-beta.16 | 915 | 5/10/2023 |
2.0.0-beta.15 | 5,719 | 3/5/2023 |
2.0.0-beta.14 | 1,681 | 2/21/2023 |
2.0.0-beta.13 | 6,974 | 1/17/2023 |
2.0.0-beta.12 | 19,124 | 10/30/2022 |
2.0.0-beta.11 | 7,605 | 5/6/2022 |
2.0.0-beta.10 | 58,697 | 5/29/2021 |
2.0.0-beta.9 | 547 | 5/26/2021 |
2.0.0-beta.8 | 16,578 | 1/23/2021 |