Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
unknowndev00 opened this issue May 24, 2021 · 0 comments
Open

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

unknowndev00 opened this issue May 24, 2021 · 0 comments

Comments

@unknowndev00
Copy link

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....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant