I have a script that opens a socket on my web server. The script doesn't close the socket. I opened the socket yesterday. When signing back on today the socket was closed and my scripts returns an error.
How do I keep a socket open indefinately?
I have a script that opens a socket on my web server. The script doesn't close the socket. I opened the socket yesterday. When signing back on today the socket was closed and my scripts returns an error.
How do I keep a socket open indefinately?