If I want to pass the contents received by the Capnp server to another Capnp server, please tell me how to do that. #549
Unanswered
YatsuhaSawada
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use capnproto to write code, but I'm having trouble exchanging messages between multiple processes using capnproto.
In this case, is it correct to create the client of the concat server with bootstrap in the input function? Or is it better to create the client in the main function and pass it to the ServerImpl?
Beta Was this translation helpful? Give feedback.
All reactions