air icon indicating copy to clipboard operation
air copied to clipboard

main.exe is reproduce but http server is not restart

Open chjiyun opened this issue 3 years ago • 5 comments

cmd = "go build -o ./tmp/main ."
bin = "tmp/main"
full_bin = "./tmp/main"

change the code and air watch the files successfully but http service is old

chjiyun avatar Aug 23 '20 13:08 chjiyun

you mean air will not hot reload your modify ?

xiantang avatar Aug 23 '20 14:08 xiantang

@xiantang yes, terminal print

api\index.go has changed
building...
running...

but http server is not restart

chjiyun avatar Aug 24 '20 04:08 chjiyun

@chjiyun maybe old process not be killed..

xiantang avatar Aug 24 '20 05:08 xiantang

@xiantang I update the air and then the http server is running ok,but colorful log missed

chjiyun avatar Aug 28 '20 06:08 chjiyun

hotbuild.ffactory.org

wandercn avatar Jul 23 '21 02:07 wandercn