Closed KASOGIT closed 3 years ago
yeah noticed this as well. I think there needs to be a process.exit()
in there somewhere.
I'm having the same issue, sudo supervisorctl restart myapp always results in:
micro: Error: listen EADDRINUSE: address already in use 0.0.0.0:10180
at Server.setupListenHandle [as _listen2] (net.js:1301:14)
at listenInCluster (net.js:1349:12)
at doListen (net.js:1488:7)
at processTicksAndRejections (internal/process/task_queues.js:81:21)
Hello, every time i close the my server run with nicro it remains alive in the background even if it prompt "gracefully exiting", how can i achieve a complete shutdown of the app ? I can see in the micro bin code that you're juste caching the process exit event and logging a console.log, is this enough ?