mirror of https://github.com/grpc/grpc-java.git
benchmarks: do not set done to true when HistogramFuture#get
This commit is contained in:
parent
7fbee39c3a
commit
fed9be28ca
|
@ -380,7 +380,6 @@ public class AsyncClient {
|
|||
throw new CancellationException();
|
||||
}
|
||||
|
||||
done = true;
|
||||
return histogram;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue