Grey Li
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/index.rst
|
|
@ -610,7 +610,7 @@ can take advantage of uWSGI's native WebSocket support. |
|
|
|
|
|
|
|
Instances of class ``socketio.Server`` will automatically use this option for |
|
|
|
asynchronous operations if both gevent and uWSGI are installed and eventlet is |
|
|
|
not installed. To request this asynchoronous mode explicitly, the |
|
|
|
not installed. To request this asynchronous mode explicitly, the |
|
|
|
``async_mode`` option can be given in the constructor:: |
|
|
|
|
|
|
|
# gevent with uWSGI |
|
|
|