Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: block on context as well as waitCh
For lifecycle operations such as Restart and Kill, the client should not expect driver plugins to be well behaved and close their waitCh on context cancelation. Always wait on the passed in context as well as the waitCh.
- Loading branch information