-
When I run rllib on ray 1.5.2:
1) the resource demands stay even after the application finishes, for example, I still see the following resource demands (for a few minutes) from the scheduler even af…
-
I am trying to set up a project that a) runs a local FastAPI server in order to provide a web ui/api for settings etc and b) runs a socket.io client listening for events.
I set up both the FastAPI …
-
[According to nikolaizujev on Twitter](https://twitter.com/nikolaizujev/status/1468341977724997633):
> Tested on several internal projects, noticed almost 2x slowdown compared to 6.2.5 on py3.8
…
-
Hi!
I have an FastApi application which uses `sio = socketio.AsyncServer(async_mode="asgi")`
I am trying to test it with socketio client. I found solution [here](https://github.com/miguelgrinberg…
-
nb run
Traceback (most recent call last):
File "/usr/local/bin/nb", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/site-packages/click/core.py", line 829, in __call__
ret…
-
The PIP command appears to work:
```
$ pip install fastapi-socketio
Collecting fastapi-socketio
Downloading fastapi_socketio-0.1-py3-none-any.whl (6.0 kB)
Installing collected packages: fastapi…
-
shouldn't setup.py declare it's dependencies on :
- fastapi >= ??
- python-socketio >= ???
-
Hi,
I am having trouble with CORS in python-socketio. I have built a Restful API in Sanic and I am consuming the API with Angular 6. I have added socketio functionality with Python-socketio, however,…
-
Traceback (most recent call last):
File "c:\python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\python38\lib\runpy.py", line 87, in …
-
Hello and thanks for the library!
I'm using it with Starlette and trying to implement some integration test. Is there a test client for socketio similar to the one they provide for the basic HTTP/w…