akka.net
akka.net copied to clipboard
Cluster startup hard block
Fixes https://github.com/akkadotnet/akka.net/issues/5498 Fix startup with missing config for channel-executor
Changes
The constructor thread of cluster startup got reused by the default TaskScheduler used by the ChannelExecutor.
I have not had time to review this - hopefully I'll be able to come up for air next week.