sanic icon indicating copy to clipboard operation
sanic copied to clipboard

gevent monkey.patch_all() can't work with Sanic v23.6.0.

Open ZhaoGuan opened this issue 1 year ago • 1 comments

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

image image

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

ZhaoGuan avatar Nov 22 '23 03:11 ZhaoGuan

This isn't a bug as we don't support gevent by default. I've updated it to be a feature request.

sjsadowski avatar Nov 22 '23 14:11 sjsadowski