Searched refs:clientChannels (Results 1 – 1 of 1) sorted by relevance
87 …private static List<Channel> CreateChannels(int clientChannels, IEnumerable<string> serverTargets,… in CreateChannels() argument89 … GrpcPreconditions.CheckArgument(clientChannels > 0, "clientChannels needs to be at least 1."); in CreateChannels()104 for (int i = 0; i < clientChannels; i++) in CreateChannels()