-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply timedCancellable
to Sigchain
such as the deadline in nodes claim process
#243
Comments
Using deadlines right now is tricky due to our async start ops in the client interceptor: #249 (comment). May not affect agent service for now due to lack of any interceptor. |
This should be integrated into the design in #297. |
timedCancellable
to Sigchain
such as the deadline in nodes claim process
In our new RPC design, we are envisioning the ability for the server to call back the client while handling the client's call. This should replace the duplex stream being used currently to do this. Each call can have a deadline, so then naturally this issue will be resolved if each subcall has a deadline. |
Specification
From original node claims issue: #213 (comment)
This work should be extended into other relevant gRPC calls too.
Additional context
Tasks
The text was updated successfully, but these errors were encountered: