-
Notifications
You must be signed in to change notification settings - Fork 51
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
cancel from Context API #1687
Comments
Temporary workaround: if a workflows' own I'm doing this for now by bypassing typescript's fake private fields and just grabbing |
Done in Protocol V4 |
Is there now a way to do this from the SDK? I can't find it in the Rust SDK, at the very least. |
This is not available in any SDK yet, this was the server part of the feature. In Rust SDK there is an open PR restatedev/sdk-rust#27 but I need to finish this one yet. |
Expose the ability to do a one way call from the Context, then cancel/kill it from context too.
The text was updated successfully, but these errors were encountered: