diff options
| author | engn33r <engn33r@users.noreply.github.com> | 2021-02-07 00:18:36 -0500 |
|---|---|---|
| committer | engn33r <engn33r@users.noreply.github.com> | 2021-02-07 00:18:36 -0500 |
| commit | f68dc810cea62b234c73609a900af1a20ee0ed89 (patch) | |
| tree | 7cd52cf27c9d91f75e571c8d27cdd826d60e3965 | |
| parent | 6d9cb403a83b2595dd921d9ef9ff9ca0522ffe96 (diff) | |
| download | websocket-client-f68dc810cea62b234c73609a900af1a20ee0ed89.tar.gz | |
Add FAQ advice to ping server
| -rw-r--r-- | docs/source/faq.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst index ba8cb78..56dbb9e 100644 --- a/docs/source/faq.rst +++ b/docs/source/faq.rst @@ -63,6 +63,13 @@ How to enable `SNI <http://en.wikipedia.org/wiki/Server_Name_Indication>`_? SNI support is available for Python 2.7.9+ and 3.2+. It will be enabled automatically whenever possible. +Why don't I receive all the server's message(s)? +=================================================== + +Depending on how long your connection exists, it can help to ping the server to +keep the connection alive. See `issue #200 <https://github.com/websocket-client/websocket-client/issues/200>` +for possible solutions. + Using Subprotocols ==================== |
