Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

bug: next server does not shut down correctly #214

Open
konstantinmuenster opened this issue Jul 26, 2022 · 1 comment
Open

bug: next server does not shut down correctly #214

konstantinmuenster opened this issue Jul 26, 2022 · 1 comment

Comments

@konstantinmuenster
Copy link
Contributor

When I run next-banner locally, it seems like the server is not correctly shut down. When I run it again, it starts another server on port 3001 and I still see the old node process (for port 3000) in my activity monitoring.

Ohne.Titel.mp4

Don't know if this is a general issue or specific to me?

@alvarlagerlof
Copy link
Owner

I just noticed this myself recently too. My theory is that something changed with the threading model in Next.js. On my end it's just a child process and it seems unlikely that changed. I tried to debug for a few hours recently and was not able to shut it down (tried about five new ways), but I will give it a try again soon.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants