Skip to content

class Watchmanager should call close() on deletion #192

@sh-dvl

Description

@sh-dvl

when running over some time, we're run out of file-descriptors, because WatchManager doesn't close it's filedescriptors on deletion of itself.

so please add:

__del__(self): close()

to class WatchManager.

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