commit | ac8716d226e106625d82fd0cefc1cab1be1dc6be | [log] [tgz] |
---|---|---|
author | Tres Seaver <tseaver@palladion.com> | Wed Oct 02 18:15:44 2019 -0400 |
committer | GitHub <noreply@github.com> | Wed Oct 02 18:15:44 2019 -0400 |
tree | d61d7c81e96dc394eb44664f7c56e975b5139f2e | |
parent | 8c74e9cc74d8d5923eb28198b9db2ea7171fb6f1 [diff] |
fix(api_core): finalize during close of 'ResumableBidiRpc' (#9337) Avoid blocking for ill-behaved daemon threads during BiDi shutdown. Closes #8616, #9008.