The server is on a local network.
I tried using a try-except and call one of the server's methods but, if the server is off-line, that takes around 1 second and for my application this is way too long.
Is there a quick way to just check if the server that the ServerProxy is targeting is online?