Akka.NET v1.5.58
1.5.58 January 8th, 2026
Akka.NET v1.5.58 is a maintenance release with important bug fixes and performance improvements.
.NET 10 Compatibility Fix
- Fix .NET 10 CLR shutdown hook breaking change - Resolves an issue where the CLR shutdown hook behavior changed in .NET 10, ensuring graceful actor system termination works correctly.
Bug Fixes
- Fix TcpListener to not stop accepting connections on transient accept errors - The
TcpListenernow properly handles transient socket accept errors without stopping to accept further connections.