WeaveRunPool 2.0.0.1

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package WeaveRunPool --version 2.0.0.1
NuGet\Install-Package WeaveRunPool -Version 2.0.0.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="WeaveRunPool" Version="2.0.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WeaveRunPool --version 2.0.0.1
#r "nuget: WeaveRunPool, 2.0.0.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 WeaveRunPool as a Cake Addin
#addin nuget:?package=WeaveRunPool&version=2.0.0.1

// Install WeaveRunPool as a Cake Tool
#tool nuget:?package=WeaveRunPool&version=2.0.0.1

QQ20573886,Weavesocket的服务端架构运行池与网关类库,。用法 WeaveTCPcloud t = new WeaveTCPcloud(); WevaeSocketSession mif = new WevaeSocketSession();
t.Run(mif)//运行启动
List<WeaveServerPort> listsp = new List<WeaveServerPort>();//初始化端口列表
 t.AddProt(listsp);添加端口到启动池。业务逻辑写法:新增类库引用WeaveCore继承
WeaveTCPCommand类,放到运行池的command目录下就可以了。

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible.  net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on WeaveRunPool:

Repository Stars
dreamsfly900/weaving-socket
通用数据通讯构建,设计基于TCP通信的交互框架。是编写物联网,消息队列,websocket应用,移动通信应用,IM等完美的选择。可规范先后台交互处理,可支持,B/C,C/S,手机移动标准化的通信方式。达到后台业务一次编写,前台展示全线支持的目的。还可根据网络及负载情况分布式部署网管与服务。先已支持WIN10 IOT 设备与架构的数据传输支持。最新版本已支持WIN10 IOT (物联网)设备与架构的数据传输支持 QQ交流群17375149 联系QQ:20573886
Version Downloads Last updated