The proxy example is unable to close connections on keyboard abort.
^C
Aborted!
Unclosed client session
client_session: <aiohttp.client.ClientSession object at 0x1104c3940>
This will require understanding how to capture Typer/Click abort. Unfortunately, it's hard to search for issues on typer using google.
Click documentation: https://click.palletsprojects.com/en/7.x/exceptions/
The proxy example is unable to close connections on keyboard abort.
This will require understanding how to capture Typer/Click abort. Unfortunately, it's hard to search for issues on typer using google.
Click documentation: https://click.palletsprojects.com/en/7.x/exceptions/