You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be easy to add cleanup hook for repl task, but currently cleanup-fns are global and closing one "boot process" will call cleanup fns for all other prcesses. In repl task case this means that even the main process would be closed.
To reproduce:
In another terminal:
Once the pipeline is closed on the first terminal with C-c, the repl server should be stopped.
I think repl task should add a cleanup hook to close the nrepl server.
This also affect boot-cljs-repl.
Ping @vikeri
The text was updated successfully, but these errors were encountered: