Skip to content

v3.4.3

Latest
Compare
Choose a tag to compare
@Tradias Tradias released this 19 Mar 16:01
· 92 commits to master since this release

Fixes

  • GrpcContext::run_while(condition) should not go into waiting on the grpc::CompletionQueue if processing local work satisfied the condition.

Documentation

  • Add a remark to GrpcContext::run_until and GrpcContext::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.