diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-06 13:27:22 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-06 13:27:22 -0700 |
commit | d5689305612f5597716a4337ce934883a472a266 (patch) | |
tree | c52fd950100fbf7ca389cdc0092ee2ccc16c4b7b /src | |
parent | a3a7e5c0b24c196cd8e9a078cf531fc99ffa4e9e (diff) |
Fix the plucking problem
Diffstat (limited to 'src')
-rw-r--r-- | src/core/surface/completion_queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/surface/completion_queue.c b/src/core/surface/completion_queue.c index cb862ce94b..4e9de16c5e 100644 --- a/src/core/surface/completion_queue.c +++ b/src/core/surface/completion_queue.c @@ -294,6 +294,7 @@ grpc_event grpc_completion_queue_pluck(grpc_completion_queue *cc, void *tag, } first_loop = 0; grpc_pollset_work(&cc->pollset, &worker, now, deadline); + del_plucker(cc, tag, &worker); } done: GRPC_SURFACE_TRACE_RETURNED_EVENT(cc, &ret); |