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
{{ message }}
This repository was archived by the owner on Aug 19, 2019. It is now read-only.
If error is thrown in one of elephas's create server functions ( and therefore done does not get called ) the server freezes and does not start-up nor shutdown,
elephas.createServer({
beforeRoutes: function(done, app){
throw new Error('test');
}
});