crazyjncsu
Results
2
comments of
crazyjncsu
``` while (true) { using (await this.syncLock.EnterAsync()) { if (this.waiterCount == 0) { this.isWaitLoopRunning = false; break; } } var newVersion = // do stuff outside of lock using (await...
Any chance you’ve had a chance to look into this? Do you need any help with the diagnosis?