-
Hi!
How would you recommend we use this library in the front-end? If so how would you recommend the instances?
Thanks!
-
Just a ticket to collect ideas
-
I am having an issue where Legion keeps crashing the processes. When I run it from terminal, the error produced is: "Process 1 exited with code 11". , and it continues to do this on every subsequent s…
-
Hello,
When I run this cmd :
`python -m dnnv /home/aldo/Documents/DNNV/dnnv1/test/benchmarks/ACAS_Xu/properties/property_1.py --network N /home/aldo/Documents//DNNV/dnnv1/test/benchmarks/ACAS_…
-
main.py
```
from fastapi import FastAPI
from fastapi_socketio import SocketManager
app = FastAPI()
socket_manager = SocketManager(app=app)
@app.get("/")
async def root():
return {"me…
-
**Is your feature request related to a problem? Please describe.**
Flask is slow, it's getting very complex, and flask-socketio kind of sucks (sorry Miguel)
**Describe the solution you'd like**
I…
-
Hello! In https://github.com/pyropy/fastapi-socketio/pull/20 you added ability to join and leave rooms, but you made it as properties so when you call
```sio.enter_room(sid, room)```
it results to…
-
```
class MySocketManager:
def __init__(self, app: FastAPI) -> None:
self._mgr = socketio.AsyncRedisManager(REDIS_TLS_URL)
self._sio: AsyncServer = socketio.AsyncServer(
client_manager=se…
-
C:\Users\HP\Desktop>py -V
Python 3.10.0
C:\Users\HP\Desktop>pip list
Package Version
------------------------- ---------
aiofiles 0.4.0
aiogram …
-
ERROR: Error loading ASGI app. Could not import module "rtm_app".