github asynkron/protoactor-dotnet 1.4.0

latest releases: 1.6.0, 1.5.0
9 months ago

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

Remove duplicate addresses

Under some conditions, members with different IDs but with the same address could occur, e.g. pod restart or similar.
This could break ongoing actor handovers for the PartitionIdentityLookup.
This has been resolved by tagging each member with an Age timestamp, and in case of duplicate addresses, the older one is removed, as this member must have been a previous instance that later restarted.

If you are using PartitionIdentityLookup you should upgrade immediately to resolve this issue.

Don't miss a new protoactor-dotnet release

NewReleases is sending notifications on new releases.