Helios 2.1.1
See the version list below for details.
dotnet add package Helios --version 2.1.1
NuGet\Install-Package Helios -Version 2.1.1
<PackageReference Include="Helios" Version="2.1.1" />
paket add Helios --version 2.1.1
#r "nuget: Helios, 2.1.1"
// Install Helios as a Cake Addin #addin nuget:?package=Helios&version=2.1.1 // Install Helios as a Cake Tool #tool nuget:?package=Helios&version=2.1.1
High performance, reactive TCP / UDP socket middleware for .NET
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
This package has no dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Helios:
Package | Downloads |
---|---|
Akka.Remote.Transport.Helios
(Legacy) Akka.NET remote transport layer based on Helios. |
|
Helios.ETW
High performance, reactive TCP / UDP socket middleware for .NET |
|
DistributedEventStream.Core
A library for Akka.NET that implements a lightweight, distributed event stream (aka Event Bus) |
|
DistributedEventStream.Routing
A library for Akka.NET that implements routing for a lightweight, distributed event stream (aka Event Bus) |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Helios:
Repository | Stars |
---|---|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local distributed actors in C# and F#.
|
|
SonarSource/sonar-dotnet
Code analyzer for C# and VB.NET projects
|
|
superquanter/quanter
从原来的StockTrader迁移过来
|
Version | Downloads | Last updated |
---|---|---|
2.1.3 | 194,601 | 8/17/2016 |
2.1.2 | 108,320 | 7/15/2016 |
2.1.1 | 15,528 | 5/27/2016 |
2.1.0 | 1,843 | 5/17/2016 |
2.0.2 | 17,618 | 5/13/2016 |
2.0.1 | 1,896 | 5/9/2016 |
2.0.0 | 1,540 | 5/4/2016 |
1.4.2 | 10,186 | 12/4/2015 |
1.4.1 | 54,302 | 7/16/2015 |
1.4.0 | 12,678 | 4/2/2015 |
1.3.6 | 3,829 | 2/9/2015 |
1.3.5 | 5,314 | 8/22/2014 |
1.3.4 | 2,339 | 8/16/2014 |
1.3.3 | 1,504 | 7/23/2014 |
1.3.2 | 1,510 | 7/18/2014 |
1.3.0 | 3,485 | 7/9/2014 |
1.2.8 | 2,294 | 7/9/2014 |
1.2.7 | 1,512 | 7/9/2014 |
1.2.6 | 1,479 | 7/9/2014 |
1.2.5 | 1,452 | 7/9/2014 |
1.2.4 | 1,435 | 7/9/2014 |
1.2.3 | 2,353 | 6/2/2014 |
1.2.2 | 1,523 | 5/29/2014 |
1.2.0 | 1,533 | 5/28/2014 |
1.1.5 | 1,467 | 5/27/2014 |
1.1.4 | 1,449 | 5/27/2014 |
1.1.3 | 2,059 | 5/23/2014 |
1.1.2 | 1,482 | 5/20/2014 |
1.1.1 | 1,501 | 5/20/2014 |
1.1.0 | 1,489 | 5/20/2014 |
1.0.0 | 6,494 | 4/16/2014 |
0.2.2 | 1,679 | 4/1/2014 |
0.2.1.1 | 1,611 | 2/25/2014 |
0.2.1 | 1,583 | 2/25/2014 |
0.2.0.2 | 1,508 | 2/19/2014 |
0.2.0.1 | 1,507 | 2/16/2014 |
0.2.0 | 1,456 | 2/16/2014 |
0.1.3.2 | 1,488 | 2/15/2014 |
0.1.3.1 | 1,435 | 2/15/2014 |
0.1.3 | 2,623 | 2/15/2014 |
Fixed byte buffers - there were reporting that they were encoding as `LittleEndian`. Turns out they were using `BigEndian`. This has been fixed.
Fixed issue with `AbstractDerivedByteBuf` where calling `Retain` would return the original underlying buffer and not the derived buffer.
Made configuration warnings in `ServerBootstrap` less cryptic.