notify-rs / notify

🔭 Cross-platform filesystem notification library for Rust.
https://docs.rs/notify
2.69k stars 215 forks source link

Fix ordering of debounced events #638

Closed dfaust closed 2 weeks ago

dfaust commented 2 weeks ago

I wasn't able to reproduce the panic, but the new sort logic should fix the issue and it's also stable now.

We should release this fix as soon as possible.

Fixes #636.