akka.net icon indicating copy to clipboard operation
akka.net copied to clipboard

Cluster startup hard block

Open Zetanova opened this issue 4 years ago • 1 comments

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.

Zetanova avatar Jan 15 '22 13:01 Zetanova

I have not had time to review this - hopefully I'll be able to come up for air next week.

Aaronontheweb avatar Jan 28 '22 13:01 Aaronontheweb