Helios.NET35
1.4.0
dotnet add package Helios.NET35 --version 1.4.0
NuGet\Install-Package Helios.NET35 -Version 1.4.0
<PackageReference Include="Helios.NET35" Version="1.4.0" />
paket add Helios.NET35 --version 1.4.0
#r "nuget: Helios.NET35, 1.4.0"
// Install Helios.NET35 as a Cake Addin #addin nuget:?package=Helios.NET35&version=1.4.0 // Install Helios.NET35 as a Cake Tool #tool nuget:?package=Helios.NET35&version=1.4.0
High performance, reactive TCP / UDP socket middleware for .NET + (NET35 Support)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. 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. |
-
- TaskParallelLibrary (>= 1.0.2856)
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 |
---|---|---|
1.4.0 | 1,735 | 4/2/2015 |
1.3.6 | 1,324 | 2/9/2015 |
1.3.5 | 1,284 | 8/22/2014 |
1.3.4 | 1,173 | 8/16/2014 |
1.3.3 | 1,258 | 7/23/2014 |
1.3.0 | 1,295 | 7/9/2014 |
1.2.8 | 1,261 | 7/9/2014 |
1.2.7 | 1,163 | 7/9/2014 |
1.2.6 | 1,223 | 7/9/2014 |
1.2.5 | 1,252 | 7/9/2014 |
1.2.4 | 1,307 | 7/9/2014 |
1.2.3 | 1,258 | 6/2/2014 |
1.2.0 | 1,277 | 5/28/2014 |
1.1.5 | 1,207 | 5/27/2014 |
1.1.3 | 1,225 | 5/23/2014 |
1.1.2 | 1,271 | 5/20/2014 |
1.1.1 | 1,241 | 5/20/2014 |
1.1.0 | 1,314 | 5/20/2014 |
1.0.0 | 1,428 | 4/16/2014 |
0.2.2 | 1,329 | 4/1/2014 |
0.2.1 | 1,284 | 2/25/2014 |
0.2.0.2 | 1,254 | 2/19/2014 |
0.2.0.1 | 1,273 | 2/16/2014 |
0.2.0 | 1,291 | 2/16/2014 |
Major update to Helios designed to help support [Akka.NET v1](http://getakka.net/).
Added Mono support to all outbound clients. All benchmarks have been run on Mono as well as the full build suite.
Fixed data loss issued caused during periods of high-speed writes. This has been resolved.
Added stubs for tracing and monitoring.
Integrated [Helios.DedicatedThreadPool](https://github.com/helios-io/DedicatedThreadPool) for a massive performance boost on the `DedicatedThreadFiber`, used by default on most socket clients.