Skip to content

Commit

Permalink
Merge pull request #92 from murgatroid99/completion_queue_assertion_fix
Browse files Browse the repository at this point in the history
Remove now-incorrect assertion in completion queue wrapper
  • Loading branch information
murgatroid99 committed Nov 17, 2017
2 parents 67e8e64 + 45a3ac2 commit 1ecab67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grpc-native-core/ext/completion_queue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ grpc_completion_queue *GetCompletionQueue() { return queue; }

void CompletionQueueNext() {
if (pending_batches == 0) {
GPR_ASSERT(!uv_is_active((uv_handle_t *)&prepare));
uv_prepare_start(&prepare, drain_completion_queue);
}
pending_batches++;
Expand Down

0 comments on commit 1ecab67

Please sign in to comment.