Akka.Cluster.Tools by Akka.NET Team

<PackageReference Include="Akka.Cluster.Tools" Version="1.4.39" />

 Akka.Cluster.Tools 1.4.39

Distributed publish/subscribe, client and singleton support for Akka.NET cluster

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Akka.Cluster.Tools</id>
    <version>1.4.39</version>
    <authors>Akka.NET Team</authors>
    <licenseUrl>https://github.com/akkadotnet/akka.net/blob/master/LICENSE</licenseUrl>
    <icon>akkalogo.png</icon>
    <readme>README.md</readme>
    <projectUrl>https://github.com/akkadotnet/akka.net</projectUrl>
    <description>Distributed publish/subscribe, client and singleton support for Akka.NET cluster</description>
    <releaseNotes>Akka.NET v1.4.39 is a minor release that contains some very important bug fixes for Akka.Remote and Akka.Cluster users.
[Akka.Cluster: Error in `SplitBrainResolver.PreStart` when using `ChannelTaskScheduler` for internal-dispatcher](https://github.com/akkadotnet/akka.net/issues/5962)
[Akka.Cluster.Sharding: make PersistentShardCoordinator a tolerant reader](https://github.com/akkadotnet/akka.net/issues/5604) - Akka.Persistence-backed sharding is more lenient when recovering state.
[Akka.Remote: Trap all `Exception`s thrown while trying to dispatch messages in `Akka.Remote.EndpointReader`](https://github.com/akkadotnet/akka.net/pull/5971) - any kind of exception thrown during deserialization can no longer force a disassociation to occur in Akka.Remote.
If you want to see the [full set of changes made in Akka.NET v1.4.39, click here](https://github.com/akkadotnet/akka.net/milestone/70).
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 204 | 99 | Aaron Stannard |
| 1 | 1 | 13 | Gregorius Soedharmo |</releaseNotes>
    <copyright>Copyright © 2013-2022 Akka.NET Team</copyright>
    <tags>akka actors actor model Akka concurrency network cluster</tags>
    <repository type="git" url="https://github.com/akkadotnet/akka.net" commit="97b4bd801dd1764fa84aec17fa3b670474ed6746" />
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Akka.Cluster" version="1.4.39" exclude="Build,Analyzers" />
        <dependency id="Akka.Coordination" version="1.4.39" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>