We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17e309a commit c8242bbCopy full SHA for c8242bb
docs/project/changelog.rst
@@ -50,6 +50,9 @@ Bug fixes
50
:mod:`threading` implementation. If a message is already received, it is
51
returned. Previously, :exc:`TimeoutError` was raised incorrectly.
52
53
+* Fixed a crash in the :mod:`asyncio` implementation when cancelling a ping
54
+ then receiving the corresponding pong.
55
+
56
* Prevented :meth:`~asyncio.connection.Connection.close` from blocking when
57
the network becomes unavailable or when receive buffers are saturated in
58
the :mod:`asyncio` and :mod:`threading` implementations.
0 commit comments