Is there a way to keep my program alive if the server it needs to connect to is not up and listening yet?
So I’ve been trying to figure out how to keep my program alive if this separate server that I’m running is not open yet. Right now my program’s site pulls up successfully but then the second I try to do a socket emit to the separate server (that still isn’t alive) the program shuts down immediately.