winfsp / cgofuse

Cross-platform FUSE library for Go - Works on Windows, macOS, Linux, FreeBSD, NetBSD, OpenBSD
https://winfsp.dev
MIT License
527 stars 84 forks source link

Mount and Unmount Result #65

Open arvinkarimi2005 opened 2 years ago

arvinkarimi2005 commented 2 years ago

Hello I'm writing a windows app which it's needed to mount multiple drives, I have a problem to get mount and unmount result, when I mount filesystem my app waits to get result from mount function but I get result when I stop the app I've tested with the Memfs Example and latest stable Winfsp, is there any configuration for this or this is issue?