[BUG] The --dev mode spawns more servers without clearing previous ones. #249
Closed
Description
Description
The --dev
mode is going in infinite recursion when a file is changed in the directory.
To check, you can do
lsof -i tcp:5000
Expected Behavior
Handle a base case that might have been missed here.
Environment:
- Host OS: every
[Optional] Additional Context