sbool connectToServer_anyConnected(Iterable<StefansOS_ConnectToServer> l) {
  ret any(l, s -> s.connected());
}