Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Tradias/asio-grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tradias committed Oct 1, 2021
2 parents 17fb7fb + 58e7c07 commit c1fdcbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ void repeatedly_request_example(example::v1::Example::AsyncService& service, agr
Spawner{boost::asio::bind_executor(
grpc_context.get_executor(),
[&](grpc::ServerContext&, example::v1::Request&,
grpc::ServerAsyncResponseWriter<example::v1::Response>& writer, const boost::asio::yield_context& yield)
grpc::ServerAsyncResponseWriter<example::v1::Response> writer, const boost::asio::yield_context& yield)
{
example::v1::Response response;
agrpc::finish(writer, response, grpc::Status::OK, yield);
Expand Down

0 comments on commit c1fdcbc

Please sign in to comment.