Skip to content

try catch error  #3

@benzmuircroft

Description

@benzmuircroft

When the client tries to connect to a server that isn't started yet

var client;
try{client=simpleBus.createClient(8009,'127.0.0.1');}catch(e){console.log(e);}

It still throws error ECONNREFUSED and crashes the application

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions