air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.53k stars 779 forks source link

About the issue with hot reloading #429

Open 449134904 opened 1 year ago

449134904 commented 1 year ago

I have mounted a directory from Windows on a Hyper-V virtual machine. The mount command I used is: mount -t cifs -o username=xxx,password=xxxxxxx,uid=1001,gid=1001 //192.168.56.1/www /data/wwwroot. After making changes to the files, hot reloading is not working, and I have to restart for the changes to take effect.