Closed odacremolbap closed 1 year ago
The status reconcile cycle acquires a lock at its body. It can also me invoked via a channel. The channel sender caller also acquires the lock, and if the channel is full, it will deadlock.
This PR fixes the issue.
The status reconcile cycle acquires a lock at its body. It can also me invoked via a channel. The channel sender caller also acquires the lock, and if the channel is full, it will deadlock.
This PR fixes the issue.