Akka.Remote.Transport.Helios
1.3.14
Prefix Reserved
No longer maintained. Use the default Akka.Remote transports instead.
See the version list below for details.
dotnet add package Akka.Remote.Transport.Helios --version 1.3.14
NuGet\Install-Package Akka.Remote.Transport.Helios -Version 1.3.14
<PackageReference Include="Akka.Remote.Transport.Helios" Version="1.3.14" />
paket add Akka.Remote.Transport.Helios --version 1.3.14
#r "nuget: Akka.Remote.Transport.Helios, 1.3.14"
// Install Akka.Remote.Transport.Helios as a Cake Addin #addin nuget:?package=Akka.Remote.Transport.Helios&version=1.3.14 // Install Akka.Remote.Transport.Helios as a Cake Tool #tool nuget:?package=Akka.Remote.Transport.Helios&version=1.3.14
(Legacy) Akka.NET remote transport layer based on Helios.
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. |
-
.NETFramework 4.5
- Akka.Remote (>= 1.3.14)
- Helios (>= 2.1.3)
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-beta2 | 614 | 9/23/2019 | |
1.4.0-beta1 | 558 | 7/19/2019 | |
1.3.19 | 98 | 5/2/2024 | |
1.3.18 | 1,518 | 3/9/2020 | |
1.3.17 | 2,141 | 12/20/2019 | |
1.3.16 | 555 | 11/14/2019 | |
1.3.15 | 1,498 | 9/23/2019 | |
1.3.14 | 1,533 | 7/30/2019 | |
1.3.13 | 955 | 4/30/2019 | |
1.3.12 | 743 | 3/14/2019 | |
1.3.11 | 895 | 12/18/2018 | |
1.3.10 | 1,009 | 11/2/2018 | |
1.3.9 | 982 | 8/23/2018 | |
1.3.8 | 1,216 | 6/5/2018 | |
1.3.7 | 1,192 | 5/15/2018 | |
1.3.6 | 1,137 | 4/17/2018 | |
1.3.5 | 1,083 | 2/22/2018 | |
1.3.4 | 1,130 | 2/1/2018 | |
1.3.3 | 1,077 | 1/19/2018 | |
1.3.2 | 2,664 | 10/21/2017 | |
1.3.1 | 1,171 | 9/5/2017 | |
1.3.0 | 1,080 | 8/11/2017 | |
1.2.3 | 1,228 | 7/10/2017 | |
1.2.2 | 1,132 | 6/28/2017 | |
1.2.1 | 1,123 | 6/23/2017 | |
1.2.0 | 1,230 | 4/12/2017 |
Maintenance Release for Akka.NET 1.3**
You know what? We're going to stop promising that _this_ is the last 1.3.x release, because even though we've said that twice... We now have _another_ 1.3.x release.
1.3.14 consists of non-breaking bugfixes and additions that have been contributed against the [Akka.NET v1.4.0 milestone](https://github.com/akkadotnet/akka.net/milestone/17) thus far. These include:
Akka.Cluster.Sharding: default "persistent" mode has been stabilized and errors that users have ran into during `ShardCoordinator` recovery, such as [Exception in PersistentShardCoordinator ReceiveRecover](https://github.com/akkadotnet/akka.net/issues/3414);
[Akka.Remote: no longer disassociates when serialization errors are thrown](https://github.com/akkadotnet/akka.net/pull/3782) in the remoting pipeline - the connection will now stay open;
[Akka.Cluster.Tools: mission-critical `ClusterClient` and `ClusterClientReceptionist` fixes](https://github.com/akkadotnet/akka.net/pull/3866);
[SourceLink debugging support for Akka.NET](https://github.com/akkadotnet/akka.net/pull/3848); and
[Akka.Persistence: Allow AtLeastOnceDelivery parameters to be set from deriving classes](https://github.com/akkadotnet/akka.net/pull/3810);
[Akka.Persistence.Sql: BatchingSqlJournal now preserves Sender in PersistCallback](https://github.com/akkadotnet/akka.net/pull/3779); and
[Akka: bugfix - coordinated shutdown timesout when exit-clr = on](https://github.com/akkadotnet/akka.net/issues/3815).
To [see the full set of changes for Akka.NET v1.3.14, click here](https://github.com/akkadotnet/akka.net/pull/3869).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 22 | 2893 | 828 | Aaron Stannard |
| 3 | 1706 | 347 | zbynek001 |
| 2 | 37 | 114 | Ismael Hamed |
| 1 | 65 | 47 | Ondrej Pialek |
| 1 | 3 | 3 | Abi |
| 1 | 18 | 16 | Peter Huang |
| 1 | 1 | 2 | Maciej Wódke |
| 1 | 1 | 1 | Wessel Kranenborg |
| 1 | 1 | 1 | Kaiwei Li |
| 1 | 1 | 1 | jdsartori |