hi everyone
I have a problem with go run in the background, I already using “tmux” for run go app and it’s have not any problem at the time but after 4 or 5 hours it’s (go run main.go) getting stopped automatically.
It seems like u pushed ctrl + c
I did go build in my os and uploaded to the server then use ./src into “tmux”(I going out properly of “tmux”)
Could you please give me any solution to prevent this problem?
I already have “error log” files. as I can see I haven’t any error and when stopped go app it’s don’t have any error, it does not have a print error in terminal