Skip to content

child_removed doesn't work almost a year, maybe even more #158

@unknowndev00

Description

@unknowndev00

child_removed fires twice, actually three times,
it fires at the same time when it item is added, and then twice when is deleted, super weird.
I wonder why nobody mentions this....

await clientt.OnAsync("users", added: async (s, args, d) => { this.BeginInvoke((Action)delegate () { msgbox(args.Path); }); }, removed: async (s, args, d) => { this.BeginInvoke((Action)delegate () { msgbox(args.Path); }); });

removed event: fires at the same time with added, and then when it is removed it fires twice at the same time, super weird....

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