Skip to content

Commit

Permalink
Add changelog for #1566.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed Jan 19, 2025
1 parent 17e309a commit c8242bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/project/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Bug fixes
:mod:`threading` implementation. If a message is already received, it is
returned. Previously, :exc:`TimeoutError` was raised incorrectly.

* Fixed a crash in the :mod:`asyncio` implementation when cancelling a ping
then receiving the corresponding pong.

* Prevented :meth:`~asyncio.connection.Connection.close` from blocking when
the network becomes unavailable or when receive buffers are saturated in
the :mod:`asyncio` and :mod:`threading` implementations.
Expand Down

0 comments on commit c8242bb

Please # to comment.