mirror of https://github.com/grpc/grpc-node.git
Remove now-incorrect assertion in completion queue wrapper
This commit is contained in:
parent
a87f41f8fa
commit
45a3ac256c
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue