If the filesystem does not implement signal handling, the mountpoint
will not appropriately released since the destructor of Connection
is not appropriately called.
To prevent such situation, enabling auto_unmount option by default to
ensure that corresponding mountpoint is released at the end of process.
If the filesystem does not implement signal handling, the mountpoint will not appropriately released since the destructor of Connection is not appropriately called. To prevent such situation, enabling
auto_unmount
option by default to ensure that corresponding mountpoint is released at the end of process.bors: r+