Fixes
GrpcContext::run_while(condition)
should not go into waiting on thegrpc::CompletionQueue
if processing local work satisfied the condition.
Documentation
- Add a remark to
GrpcContext::run_until
andGrpcContext::run_while
: The number of additional, completed operations that will be processed after the condition/deadline was met is unspecified.
Chore
- Update vcpkg, includes gRPC 1.71.0 and Boost 1.87 update.