Can't stop a Reflex Run Command Windows
Currently, when I use Reflex in my Windows terminal, the terminal gets stuck. It doesn't matter if I press Ctrl + C or Ctrl + Z; it won't stop.
So, I opened another terminal to stop or rerun the process, but it started on a different port number, which makes sense. However, I think it should prompt before doing so.
Additionally, adding a command to stop the process would be great for Windows users. This way, we could use reflex stop to terminate the process, also if we could fix that then it would be better as well
It seems like a bug we'll look into it.
I tried to reproduce this but couldn’t. With reflex version 0.5.10, I killed the process using Ctrl + C. Which version do you use?
One thing that might solve this is to use signal with signal.CTRL_BREAK_EVENT to kill the all process.
reference https://docs.python.org/3/library/signal.html#signal.CTRL_C_EVENT
Closing as it's stale