Awesome
This repository contains a:
Simple project that uses vcpkg to get gRPC and generate proto sources during build
And several solutions for issues reported to asio-grpc:
- issue 13 - Synchronous interaction with an asynchronous bidirectional stream
- issue 14 - Client with multiple GrpcContexts and grpc::Channels, picked using round-robin
- issue 16 - Read from bidirectional stream and dispatch to thread_pool to compute response
- issue 55 - Helloworld server using standalone Asio
- issue 69 - Long-lived streaming from server to client (subject/producer/observer pattern)
- issue 81 - Long-lived gRPC server stream
- issue 97 - Helloworld server using Boost.Asio