Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

fix: MountHandle cause panic #94

Closed Sherlock-Holo closed 5 months ago

Sherlock-Holo commented 5 months ago

when MountHandle .await is completed, drop MountHandle will poll the inner task again, then will cause a panic

Sherlock-Holo commented 5 months ago

that should fix https://github.com/Sherlock-Holo/fuse3/issues/91