Last updated: 2026-01-22 ## Current Focus - PubSub Unsubscribe on shutdown (TODO) - https://github.com/asynkron/protoactor-dotnet/issues/2152 - Pub-sub resubscription/streaming guidance (TODO) - https://github.com/asynkron/protoactor-dotnet/issues/2112 - Graceful shutdown delivers Stopping/Stopped - https://github.com/asynkron/protoactor-dotnet/issues/2118 - Kubernetes cluster reliability - https://github.com/asynkron/protoactor-dotnet/issues/2143 - ClusterName validation on reconnect - https://github.com/asynkron/protoactor-dotnet/issues/2161 ## Planned Features - Scheduler TimeProvider injection - https://github.com/asynkron/protoactor-dotnet/issues/2148 - Deadlock detection/warnings exploration - https://github.com/asynkron/protoactor-dotnet/issues/2413 ## Bugs - Null/None/unit message semantics - https://github.com/asynkron/protoactor-dotnet/issues/2414 - DeadlineContextDecorator drops sync exceptions - https://github.com/asynkron/protoactor-dotnet/issues/2400 - ActorSystem fails on trimming/WASM - https://github.com/asynkron/protoactor-dotnet/issues/2402 ## Cleanup - Mark grains codegen as generated - https://github.com/asynkron/protoactor-dotnet/issues/2279 - Investigate cluster test flakiness - https://github.com/asynkron/protoactor-dotnet/issues/2272 - Fix static logger mixing integration output - https://github.com/asynkron/protoactor-dotnet/issues/2154 ## Dependencies - Update dotnet-etcd + Proto.Cluster.Etcd support - https://github.com/asynkron/protoactor-dotnet/pull/2422 ## Recent Progress - Fix Kubernetes provider pod metadata handling - https://github.com/asynkron/protoactor-dotnet/pull/2421 - Stop cluster requests during shutdown - https://github.com/asynkron/protoactor-dotnet/pull/2420 - Add .NET 10 support to core libraries - https://github.com/asynkron/protoactor-dotnet/pull/2416 - Refactor/reduce code duplication - https://github.com/asynkron/protoactor-dotnet/pull/2417
Last updated: 2026-01-22
Current Focus
Planned Features
Bugs
nullmessages are skipped. So areNoneandunitin F# #2414Cleanup
Dependencies
Recent Progress