diff options
author | bubbleboy14 <mario.balibrera@gmail.com> | 2023-01-20 13:14:23 -0800 |
---|---|---|
committer | bubbleboy14 <mario.balibrera@gmail.com> | 2023-01-20 13:14:23 -0800 |
commit | be4110c08c5d10b52410c36c72d1deb9e4cbf32c (patch) | |
tree | d6dddc00338bc416ba72e7de629dd170270ddb8f /docs/source/threading.rst | |
parent | 7d83cc3e559526ca2d6774768baffc19ff14f8da (diff) | |
parent | 601a9022d6044bf6d414fdb1122916b65dc58ca7 (diff) | |
download | websocket-client-t858.tar.gz |
Merge branch 'master' into t858t858
Diffstat (limited to 'docs/source/threading.rst')
-rw-r--r-- | docs/source/threading.rst | 2 |
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** |