mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-05 04:27:56 +00:00
11dc8196b0
Deactivation dropped its reference once the wait expired, whether or not the thread had stopped, so the next activation started a second one and revived the first by setting run_console again. The reference is cleared only when the thread is really gone, and activation refuses with 0x80 while one is alive. That makes the wait a courtesy rather than a correctness measure, so it drops to a second.