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
The server exit no longer seems to function correctly in dev mode. It often leaves a process hanging and continues to serve request. Also, when the auto restart works, it seems to leave another process running serving the old code.
Currently to make changes to the server code one must killall -9 iojs to ensure changes are reflected
The text was updated successfully, but these errors were encountered:
The server exit no longer seems to function correctly in dev mode. It often leaves a process hanging and continues to serve request. Also, when the auto restart works, it seems to leave another process running serving the old code.
Currently to make changes to the server code one must
killall -9 iojs
to ensure changes are reflectedThe text was updated successfully, but these errors were encountered: