1511563371

Results 4 comments of 1511563371

Hi,Bro! I still have three questions to ask: Question 1: Does the current framework support the flatbuffers protocol? Question 2: Can the current framework use the quic protocol as its...

Hello, bro! Is the default IO processing framework of the asio-grpc framework io_uring based on the linux kernel or a user-space framework?

Hi, bro. The current framework is as a cmake package. ``` cmake -B build -DCMAKE_INSTALL_PREFIX=/desired/installation/directory . cmake --build build --target install ``` using [stdexec](https://github.com/NVIDIA/stdexec): ``` find_package(asio-grpc CONFIG REQUIRED) find_package(stdexec) target_link_libraries(your_app...

Hi,Bro! current,I wanna us asio-grpc only with Currently, I only want to use asio-grpc and bo-boost asio instead of grpc-c++. Is this idea okay?