Returns all WebSockets registered in the registry.
List<MapEntry<String, WebSocketChannel>> allRelaysEntries() { return relaysWebSocketsRegistry.entries.toList(); }