summaryrefslogtreecommitdiff
path: root/docs/source/threading.rst
diff options
context:
space:
mode:
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**