UniversalFrame 9.4.5.1

Suggested Alternatives

UniversalFrame.Core 1.8.0

Additional Details

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

Requires NuGet 2.0.0 or higher.

dotnet add package UniversalFrame --version 9.4.5.1
NuGet\Install-Package UniversalFrame -Version 9.4.5.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.5.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add UniversalFrame --version 9.4.5.1
#r "nuget: UniversalFrame, 9.4.5.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.5.1

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

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

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 622 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.修复Ashx路由模式在经典模式下,出现的报错,但还是建议使用集成模式。
2.优化了TCP框架,事件线程队列混乱线程无法正常关闭问题。(事件返回增加时间,可以更精确的知道发生时间)
3.新增MessageQueue对象OnInterceptor方法可以取消时间的触发。
4.新增通过服务器将数据转发对应客户端,实现相互通讯。(解释的不是很好,详情请查看:SendIpIdea/SendIpIdeaAsync 两个方法)