C#C
C#4y ago
Asher

✅ Check if port is up

Hey all, I have a process which is running a server on a certain port _port locally, the clients are also connecting on 127.0.0.1, so everything is local. I need a way for the server to tell the clients when to actually connect / if its up, originally I wanted to do a filesystem approach where I create an open.txt file, but that also proved to be bad as the file was always used when clients were originally checking if to connect or not
Was this page helpful?