Fix deadlock

pull/13244/head
ncteisen 7 years ago
parent b669ff34eb
commit e8b09eee58
  1. 2
      test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h

@ -278,7 +278,7 @@ static void BM_StreamingPingPongWithCoalescingApi(benchmark::State& state) {
void* t;
bool ok;
int expect_tags;
int expect_tags = 0;
// Send 'max_ping_pongs' number of ping pong messages
int ping_pong_cnt = 0;

Loading…
Cancel
Save