Skip to content

Commit 1ecab67

Browse files
authored
Merge pull request #92 from murgatroid99/completion_queue_assertion_fix
Remove now-incorrect assertion in completion queue wrapper
2 parents 67e8e64 + 45a3ac2 commit 1ecab67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/grpc-native-core/ext/completion_queue.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ grpc_completion_queue *GetCompletionQueue() { return queue; }
6464

6565
void CompletionQueueNext() {
6666
if (pending_batches == 0) {
67-
GPR_ASSERT(!uv_is_active((uv_handle_t *)&prepare));
6867
uv_prepare_start(&prepare, drain_completion_queue);
6968
}
7069
pending_batches++;

0 commit comments

Comments
 (0)