sanic
sanic copied to clipboard
gevent monkey.patch_all() can't work with Sanic v23.6.0.
Is there an existing issue for this?
- [X] I have searched the existing issues
Describe the bug
monkey.patch_all() can't work with Sanic v23.6.0. I need this because I need Locust work with Sanic.
Code snippet
Expected Behavior
No response
How do you run Sanic?
As a script (app.run
or Sanic.serve
)
Operating System
MacOS
Sanic Version
v23.6.0
Additional context
No response
This isn't a bug as we don't support gevent by default. I've updated it to be a feature request.