We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a90f1e commit d60255bCopy full SHA for d60255b
docs/project/changelog.rst
@@ -47,11 +47,14 @@ Backwards-incompatible changes
47
48
.. _python-socks: https://github.com/romis2012/python-socks
49
50
-New features
51
-............
+.. admonition:: Keepalive is enabled in the :mod:`threading` implementation.
+ :class: note
52
+
53
+ The :mod:`threading` implementation now sends Ping frames at regular
54
+ intervals and closes the connection if it doesn't receive a matching Pong
55
+ frame just like the :mod:`asyncio` implementation.
56
-* Added :doc:`keepalive and latency measurement <../topics/keepalive>` to the
- :mod:`threading` implementation.
57
+ See :doc:`keepalive and latency <../topics/keepalive>` for details.
58
59
Improvements
60
............
0 commit comments