Skip to content

UDP connection is not closed #9

@mangeshgurjar

Description

@mangeshgurjar

var logstash = new Logstash({
type: 'udp',
host: "",
port: "
"
});
logstash.send(data, callback);

logstash.send open the socket but no method provided to close the connection which leads to lots of open connections.

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