Skip to content

Stomp error handling cant prevent proccess crash #30

@vshabelnyk

Description

@vshabelnyk

Stomp error handling cant prevent proccess crash, in case if connection failed and even if you sunscribed to error event it will be called but after proccess will be terminated with unhandled error.
connection.open().on('error', function () {
// ... handle error (Called but not prevents process crash after)
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions