euri10

Results 238 comments of euri10

/trying to keep calm and not throw a RTFM... what about that ? ``` class MyUvicornWorker(UvicornWorker): CONFIG_KWARGS = {"log_config": "yourloginggingfile.yaml"} ``` please try not to hijack unrelated issues and read...

just run `gunicorn -k MyUvicornWorker` with the above subclassed `UvicornWorker`, everything is in the docs, just take the time to read, but I know : https://twitter.com/jcsrb/status/1392459191353286656

adapt your path @houmie `-k MyUvicornWorker` should be probably `-k config.MyUvicornWorker` given what you described, dunno what to tell you other than read the errors you get more carefully maybe,...

I'm not familiar with `do-handshake-on-connect` in gunicorn but from reading their docs it seems it's passed down the wrap_socket method, s there's something I dont get : why dont you...

you dont have at least the full traceback ? it's rather hard to get a feel as to what's happening having half the picture.

I'm mentioning the above PR just in case @SG87 , it might be totally unrelated but 1. I'm closing the transport in the PR above in order to fix a...

are you referring to those tests @Kludex ? https://github.com/encode/uvicorn/blob/9c57549e054d8c58b53fa25217155c2f1c8ee20f/tests/protocols/test_websocket.py#L453-L492 if this is the case how come the test was not failing for wsproto ?

I tested an app with a `pdb.set_trace()` in it and can use pdb with both workers and the reload flags, however I'm not very familiar with pdb and it's use...

yes @immerrr ! can't promise a speedy speedy review though, pretty bysu