Sławek Rudnicki
Sławek Rudnicki
I took a shot at diagnosing this issue, and the issue disappears if we modify the shutdown sequence of the input thread to loop a few times more to drain...
I can still reproduce this with `five_by_five.py` on latest `main` branch (commit 4f5a8ae). It seems I don't have permissions to re-open the ticket, and I don't want to create another...
> Has anyone managed to reproduce this apart from the `five_by_five.py` example? I can reproduce this fairly easily with the following app: ``` import asyncio from textual.app import App, ComposeResult...