Skip to content

Commit

Permalink
Merge pull request #8649 from RasaHQ/socket-io-fix-2-3-X
Browse files Browse the repository at this point in the history
Updated python-engineio version for python-socketio compatibility
  • Loading branch information
Tomasz Czekajlo authored May 28, 2021
2 parents 2ef8040 + c3e3fcb commit 9f682c0
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 530 deletions.
1 change: 1 addition & 0 deletions changelog/8649.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated `python-engineio` dependency version for compatibility with `python-socketio`.
2 changes: 1 addition & 1 deletion docs/docs/http-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ By default, the HTTP server runs as a single process. You can change the number
of worker processes using the `SANIC_WORKERS` environment variable. It is
recommended that you set the number of workers to the number of available CPU cores
(check out the
[Sanic docs](https://sanic.readthedocs.io/en/stable/sanic/deploying.html#workers)
[Sanic docs](https://sanicframework.org/en/guide/deployment/running.html#workers)
for more details). This will only work in combination with the
`RedisLockStore` (see [Lock Stores](./lock-stores.mdx).

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ model before trying to use it with this improved version.
* The `--num_threads` parameter was removed from the `run` command. The
server will always run single-threaded, but will now run asynchronously. If you want to
make use of multiple processes, feel free to check out the [Sanic server
documentation](https://sanic.readthedocs.io/en/stable/sanic/deploying.html#running-via-gunicorn).
documentation](https://sanicframework.org/en/guide/deployment/running.html#gunicorn).

* To avoid conflicts in script parameter names, connectors in the `run` command now need to be specified with
`--connector`, as `-c` is no longer supported. The maximum history in the `rasa visualize` command needs to be
Expand Down
Loading

0 comments on commit 9f682c0

Please sign in to comment.