Replies: 2 comments 4 replies
-
By flag you mean a conditional? If someone can explain the issue, and open a PR, and add a test sure. |
Beta Was this translation helpful? Give feedback.
4 replies
-
OK, this is indeed not necessary, users can just start uvicorn with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into a issue that current implement of uvicorn reload on win32 doesn't work, it freeze on
WatchFiles detected changes in 'app.py'. Reloading
can we add a new flag to force
process.terminate
instead ofos.kill(self.process.pid, signal.CTRL_C_EVENT)
on win32?Beta Was this translation helpful? Give feedback.
All reactions