the address of the hub connected to, or null if not connected yet
if(server.hubAddress.toAddrString() == "127.0.0.1") { writeln("the hub is ipv4 localhost!"); } else if(server.hubAddress.toAddrString() == "::1") { writeln("The hub is ipv6 localhost!"); }
Gets the address of the hub this node is connected to.