Parthib

Results 5 comments of Parthib

+1 We recently upgraded gunicorn to the latest version, and this has been a pain point for us. Whenever our containers are taken down for deployment, it emits this error...

Tried removing our rate limiting logic, and it looks to me that there is a bigger issue here: Connexion's security handlers are now performed by middleware that exist outside of...

Would love to see this implemented! For now though, I think I will model my API using [Modelina](https://github.com/asyncapi/modelina/blob/master/docs/languages/Dart.md) and manually handle interactions with any websocket clients. What do you think...

Looked a bit closer and found that one of my recursive schemas is the source of the infinite recursion during the json validation. Here's an idea of what the schema...

Alright I narrowed it down to it being just this change that caused this issue: https://github.com/spec-first/connexion/commit/bb48fb3e3d3866977777eb4bfcb2c4f502efd4ca merged from this PR: https://github.com/spec-first/connexion/pull/2002 When I revert that self._spec to self._raw_spec, the validations...