bool isRelayConnecting(String url) { Relay? relay = relays[url]; return relay!=null && relay.connecting; }