Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Error in elephas createServer leaves server frozen. #11

@thepont

Description

@thepont

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');
            }
        });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions