Open portrain opened 7 years ago
The event monitor is using a thread inside a generator. Stopping the generator does not work because the thread gets stuck inside a thread lock.
The event monitor is using a thread inside a generator. Stopping the generator does not work because the thread gets stuck inside a thread lock.