Helios.NET35
1.4.0
Install-Package Helios.NET35 -Version 1.4.0
dotnet add 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 |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- 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,340 | 4/2/2015 |
1.3.6 | 1,028 | 2/9/2015 |
1.3.5 | 989 | 8/22/2014 |
1.3.4 | 896 | 8/16/2014 |
1.3.3 | 950 | 7/23/2014 |
1.3.0 | 982 | 7/9/2014 |
1.2.8 | 952 | 7/9/2014 |
1.2.7 | 876 | 7/9/2014 |
1.2.6 | 910 | 7/9/2014 |
1.2.5 | 952 | 7/9/2014 |
1.2.4 | 958 | 7/9/2014 |
1.2.3 | 955 | 6/2/2014 |
1.2.0 | 976 | 5/28/2014 |
1.1.5 | 893 | 5/27/2014 |
1.1.3 | 919 | 5/23/2014 |
1.1.2 | 940 | 5/20/2014 |
1.1.1 | 932 | 5/20/2014 |
1.1.0 | 976 | 5/20/2014 |
1.0.0 | 1,100 | 4/16/2014 |
0.2.2 | 1,028 | 4/1/2014 |
0.2.1 | 979 | 2/25/2014 |
0.2.0.2 | 942 | 2/19/2014 |
0.2.0.1 | 937 | 2/16/2014 |
0.2.0 | 980 | 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.