mirror of https://github.com/grpc/grpc.git
Fix bug in CQNext (#27022)
Internal bug b/170934515 In some cases, calling CQ::Next will return true without passing up a new tag value, which is very much illegal. My expectation is that this is due to messing up between SHUTDOWN and TIMEOUT in lower layer code that doesn't particularly matter much to most callers, but was being erroneously checked here.reviewable/pr27033/r1
parent
aacd32c721
commit
4dff0ee48a
1 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue