You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I believe the way to timeout requests with C++ RPC is via
kj::Timer::timeoutAt
andkj::Timer::timeoutAfter
. We seem to only havekj::Timer::afterDelay
wrapped.Relevant code:
The text was updated successfully, but these errors were encountered: