-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] The --dev mode spawns more servers without clearing previous ones. #249
Comments
Hey @sansyrox I am interested in taking this up. Can you kindly elaborate more on this?
|
Hi @guilefoylegaurav , Firstly, thank you for your interest. You will notice changes when you change When you type |
Hello @sansyrox
Please feel free to let me know what your thoughts are regarding this |
@guilefoylegaurav , great spot. I had fixed this issue thrice and it still appeared, so I assumed it would be the same this time too. 🤣 Do you want to create a PR for the same? |
Sure! If you say so, I'm ready to raise a PR |
@guilefoylegaurav , perfect then :D |
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:
[Optional] Additional Context
The text was updated successfully, but these errors were encountered: