discover

suspend fun discover(servers: Flow<String>, minimumScore: RecommendedServerInfoScore): Flow<RecommendedServerInfo>

Discover all servers in the servers flow and retrieve the public system information to assign a score. Returned servers are not ordered by score. Use minimumScore to automatically remove bad matches.


suspend fun discover(servers: List<String>, minimumScore: RecommendedServerInfoScore): Flow<RecommendedServerInfo>