Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Exisiting connections not closed on deploy flow #6

@steves2j

Description

@steves2j

When using the ldap nodes we expect to see connections made to the slap service.
If we check then number of openfiles/connections made we can see that each node has made 1 connection. However when we then make a modification to the flow (not necessarily to the ldap nodes) and deploy, a new set of connection are made to the ldap server but the old ones are not closed and released.
This leads to a connection leak that causes the ldap service to fail with too many files open.

To fix the issue we have to stop node-red to clean up the connection leak.

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