Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: note client potentially ignoring connection reset
Encountered this while adding the server message queue, where a server exception caused the client to raise ConnectionAbortedError in AsyncClient.send_message() > _drain() > _writer.drain() and yet the client was still attempting to read.
- Loading branch information