3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Update our gRPC dependency to a stable release #87

Closed CodingCanuck closed 2 years ago

CodingCanuck commented 2 years ago

We currently use the 1.45.0-pre1 gRPC release: https://github.com/3rdparty/eventuals/pull/247

The stable (non-pre-release) 1.45.0 release was announced last week: https://github.com/grpc/grpc/releases/tag/v1.45.0 let's pull in this more stable release.

CodingCanuck commented 2 years ago

Closing in favor of https://github.com/3rdparty/eventuals/issues/264