UniversalFrame 9.4.1

Suggested Alternatives

UniversalFrame.Core 1.8.0

Additional Details

所有功能均在 core 上重写并实现,想体验新功能,请前往新的环境。

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.0.0 or higher.

dotnet add package UniversalFrame --version 9.4.1
NuGet\Install-Package UniversalFrame -Version 9.4.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="UniversalFrame" Version="9.4.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UniversalFrame --version 9.4.1
#r "nuget: UniversalFrame, 9.4.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install UniversalFrame as a Cake Addin
#addin nuget:?package=UniversalFrame&version=9.4.1

// Install UniversalFrame as a Cake Tool
#tool nuget:?package=UniversalFrame&version=9.4.1

相关文献资料请参考,我的CSND博客,https://blog.csdn.net/qq_33484542/category_8917335.html

1.优化更新,解决历史遗留BUG,原客户端关闭连接后无关闭事件问题。 2.优化对资源的回收。 3.优化WebServer 事件多线程下出现异常的问题,改为单线程,降低占用数据处理线程资源,提高数据的处理能力。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.4.5.1 624 4/27/2020
9.4.2 558 3/29/2020
9.4.1 639 3/21/2020
9.4.0 662 3/21/2020
9.3.1 597 11/6/2019
9.3.0 599 10/29/2019
9.2.5 557 10/18/2019
9.2.3 584 10/16/2019
9.2.2 613 10/15/2019
9.2.0 607 10/11/2019
9.1.8 606 10/11/2019
9.1.5 611 10/7/2019
9.0.0 621 10/5/2019
8.8.8.8 734 10/5/2019

最新版本:
1.新增WebSocket 功能模块,简化了对Web长连接的管理维护,简化异常发生几率。
2.内置异步处理,性能强劲。
3.委托发生的一切处理事件。
4.采用线程池方式,提供数据返回操作,用户可以不必担心,因业务逻辑拖慢其他新消息。
5.更新事件状态,改为队列模式,减少因事件消耗的线程数量,提高数据线程的执行效率。
(更多详情,请咨询作者。)