kosciej16

Results 4 comments of kosciej16

Hello, I am trying to write unittests for socketio, I tried every solution here and nothing works, generally python client cannot connect to server. ``` import socketio import uvicorn from...

I couldn't find that information anywhere: **Is there a chance that /docs will be automatically generated for app that mounts socketio app?**

> can anybody say any simple implementation of fastApi (uvicorn server ) with simple python client . [This one](https://stackoverflow.com/questions/70429135/how-to-mount-socket-io-to-fastapi-app-and-send-broadcast-to-all-connected-client/70429136#70429136) should works for you.

@francoisfreitag Thank you for reply! Unfortunately it doesn't solve my problem because I cannot still just pass raw password into create function and it cause much code redundance. But it's...