uvicorn is not checking occupied ports #2584
Unanswered
mhechthz
asked this question in
Potential Issue
Replies: 1 comment 1 reply
-
What do you mean by "is not checking"? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder why uvicorn on calling from within python
is not checking if the port is already occupied or blocked or not.
I' m forced to run something like this:
wich is totally inconvenient, since one obviously wants a message if runnig uvicorn will not be successsful.
Is there any chance to do this with uvicorn, e.g with an option like
checkport=True
?Beta Was this translation helpful? Give feedback.
All reactions