Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix hang when closing adb reverse tunnel
According to python/cpython#111336, asyncio.Server.wait_closed is intended to wait for: the server is closed and there are no more active connections. It should not wait for connections to finish when closing the adb reverse tunnel, so do not call wait_closed. Signed-off-by: PeterD1524 <[email protected]>
- Loading branch information