Message346411
The only way I could figure out to control it was to do this in a thread;
for thread in server._threads: # type: Thread
if not thread.is_alive():
server._threads.remove(thread)
Shouldn't the server process do this when the thread is done? |
|
Date |
User |
Action |
Args |
2019-06-24 14:59:58 | danf@dataforge.on.ca | set | recipients:
+ danf@dataforge.on.ca |
2019-06-24 14:59:58 | danf@dataforge.on.ca | set | messageid: <1561388398.02.0.998339394531.issue37389@roundup.psfhosted.org> |
2019-06-24 14:59:58 | danf@dataforge.on.ca | link | issue37389 messages |
2019-06-24 14:59:57 | danf@dataforge.on.ca | create | |
|