Closed mcdee closed 2 years ago
The scheduler can hit a deadlock condition due to its use of synchronous channels. This changes the scheduler channels to be asynchronous with a buffer size of 1, avoiding a deadlock situation.
The scheduler can hit a deadlock condition due to its use of synchronous channels. This changes the scheduler channels to be asynchronous with a buffer size of 1, avoiding a deadlock situation.