summaryrefslogtreecommitdiff
path: root/docs/source/threading.rst
diff options
context:
space:
mode:
authorbubbleboy14 <mario.balibrera@gmail.com>2023-01-20 13:14:23 -0800
committerbubbleboy14 <mario.balibrera@gmail.com>2023-01-20 13:14:23 -0800
commitbe4110c08c5d10b52410c36c72d1deb9e4cbf32c (patch)
treed6dddc00338bc416ba72e7de629dd170270ddb8f /docs/source/threading.rst
parent7d83cc3e559526ca2d6774768baffc19ff14f8da (diff)
parent601a9022d6044bf6d414fdb1122916b65dc58ca7 (diff)
downloadwebsocket-client-t858.tar.gz
Merge branch 'master' into t858t858
Diffstat (limited to 'docs/source/threading.rst')
-rw-r--r--docs/source/threading.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/threading.rst b/docs/source/threading.rst
index 51a74af..7870e71 100644
--- a/docs/source/threading.rst
+++ b/docs/source/threading.rst
@@ -60,7 +60,7 @@ trigger the ``on_close()`` function. The highlighted rows show the lines added
exclusively in the second example. This threading approach is identical to the
`echoapp_client.py example <https://github.com/websocket-client/websocket-client/blob/master/examples/echoapp_client.py>`_.
However, further testing found that some WebSocket servers, such as
-ws://echo.websocket.org, do not trigger the ``on_close()`` function.
+ws://echo.websocket.events, do not trigger the ``on_close()`` function.
**NOT working on_close() example, without threading**