Open tjcouch-sil opened 1 year ago
After Matt and I had a discussion about new processes launched by extensions not being closed in development, we decided that this issue should receive higher priority. We should do something to close these processes. Maybe get rid of nodemon
and just use chokidar
to watch the files ourselves. Maybe send a message over websocket giving things a chance to close. Maybe listen to closing of the websocket as a hint to shut down.
We need the server to give client processes a chance to save up and close.
Possible execution flows:
Depends on #37