Replies: 1 comment 4 replies
-
I'm not familiar with dishka so I cannot give you specific instructions, but Socket.IO comes with an import socketio
sio = socketio.AsyncServer(async_mode='asgi')
app = socketio.ASGIApp(sio) If you have an ASGI middleware that does what you need then you can just connect it to |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I`m using lib dishka and it provide Di for application, so i need way to pass some value to environ.
For example, dishka for FastApi
I`m passing container to app and to request fastapi
I need some ways like it
Beta Was this translation helpful? Give feedback.
All reactions