Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(src): Close connections to API clients when shutting down
This effectively re-implements asyncio.Server::close_clients which is only available in python3.13. In python3.12 asyncio.Server::wait_closed will hang unless these sockets are closed: python/cpython#104344
- Loading branch information