How is the best way for a client or server to test it is still connected. As occasionally I get an error if if my server disconnects and one of it’s controlled assets tries to call an RPC in that rare split second before the level is unloaded. So I would like to check the connection exists before calling the said RPC.
Cheers.