Alexander

Results 146 comments of Alexander

Of course the rest works like it should, so it is just a small nuisance but still incorrect

if needed, I can readd python 3.9 support in monkay

not sure where the bug results from. I think twisted ignores the return value despite documented

I rewrote the code for test purposes: ```python def kill_all_applications(self): """ Kills all application coroutines before reactor exit. """ # Make Twisted wait until they're all dead and cleanup lifespan...

``` python def kill_all_applications(self): """ Kills all application coroutines before reactor exit. """ # Make Twisted wait until they're all dead and cleanup lifespan async def cleanup(): # Send cancel...

Found a solution. But I doubt that the kill_app code is working.