asio-grpc icon indicating copy to clipboard operation
asio-grpc copied to clipboard

Asynchronous gRPC with Asio/unified executors

Results 11 asio-grpc issues
Sort by recently updated
recently updated
newest added

https://tradias.github.io/asio-grpc/md_doc_high_level_api.html

Needed before its API can be stabilized. Work takes place on the `cancelsafe-sender` branch.

enhancement

* I/O object for server-side requests: unary and streaming. Similar to the high-level client API. * Figure out what API to provide for attaching request handler. E.g. introspect one user-provided...

enhancement

https://github.com/alibaba/PhotonLibOS

Hi, Firstly, I want to express my gratitude to the team for their outstanding work on this project. Over the past three years, I've had the pleasure of successfully utilizing...

Hello, I am facing an issue with a service where multiple clients are connecting and the server is sending data to all of them. Here is a brief outline of...

[`InvokeHandler::YES/NO`](https://github.com/Tradias/asio-grpc/blob/82a4d40f6c035a5051d7b8b5d4ec2df0433fc774/src/agrpc/detail/grpc_context_implementation.hpp#L95) Conflicts with Objective-C/C++ define [`YES/NO`](https://github.com/opensource-apple/objc4/blob/master/runtime/objc.h#L72) on Apple platforms

Hi Tradias, Is there a way to detect a slowly receiving client in a long-lived streaming RPC in asio-grpc (or grpc itself)? I am working on a server application that...

I'm hitting multiple issues using generic CMake (no package managers) on Fedora 36 and Ubuntu 22. I can make it work with changes. Are you open to CMake changes/PRs?

Hi, we have a project that already uses grpc and we link against `gRPC::grpc++`. We now want to introduce asio-grpc, which links against `gRPC::grpc++_unsecure` when using the generated asio-grpcConfig.cmake. This...