https://pypi.org/project/pycapnp/1.1.0/
https://github.com/capnproto/pycapnp/releases/tag/v1.1.0
v1.1.0 has been released!
Thanks to all the contributors, especially John Vandenberg (jayvdb) who
offered to put in extra the effort to push out v1.1.0.
There was some investigation done to see if w
Hi Björn,
Instead of Ez RPC, try using kj::setupAsyncIo() and capnp::TwoPartyClient /
capnp::TwoPartyServer. These APIs give you more control. In particular,
kj::setupAsyncIo() returns an kj::AsyncIoProvider which, among other
things, provides a kj::Timer API which you can use for timeouts.
KJ's
Hi there,
I've started using Cap'n Proto RPC. Until now I only have some tests to ensure
Cap'n Proto behaves as expected for me.
What is missing for me is waiting with a timeout, or I don't see it. I want to
be able to shut the server down, and NEVER_DONE seems not right for that. In my
test
Hi,
My team and I were hoping to use Cap'n P on our system to pass messages
around via UDP. There is a powerful Linux system running a control system
but the nodes are STM32F7 devices (1 MB flash, 320 kB of RAM, 216 MHz
Cortex-M7 processor) running FreeRTOS with the LWIP networking stack.
When