mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 17:57:44 +08:00
0e2f1d64e3
Before this change, if a user unmounted externally (for example, via the Finder UI), rclone would not be aware of this and wait forever to exit -- effectively causing a deadlock that would require Ctrl+C to terminate. After this change, when the handler detects an external unmount, it calls a function which allows rclone to cleanly shutdown the VFS and exit. |
||
---|---|---|
.. | ||
filesystem.go | ||
handler.go | ||
nfs_unsupported.go | ||
nfs.go | ||
server.go |