pycapnp icon indicating copy to clipboard operation
pycapnp copied to clipboard

No way to timeout requests

Open Zentren opened this issue 3 years ago • 0 comments

I believe the way to timeout requests with C++ RPC is via kj::Timer::timeoutAt and kj::Timer::timeoutAfter. We seem to only have kj::Timer::afterDelay wrapped.

Relevant code:

Zentren avatar Jul 07 '22 12:07 Zentren