When I use the following code, It will work well.
But when I press ctrl+C, this procedure will not be killed.
I must press ctrl+C again, then this procedure will be killed.
Is it a bug? And how I press ctrl+C once to kill this procedure
If you are using mount on Windows then WinFSP and its go library cgofuse intercept CTRL-C. What should happen is that they unmount the file system. Can you see if that happens? Maybe the file system is being unmounted but the library is running on!
emmm, When I press ctrl+C first, file system will be unmount from my disk, but after that, program will not be exit, I must press Ctrl+C again
Maybe Winfsp and cgofuse intercept CTRL-C, and how to solve it?
If I use rclone.exe directly, I just press CTRL+C once, it is a strange problem