Skip to content

Interrupt async call: Is it not supported in cpp sdk? #2996

Answered by jmklix
ykkzhou asked this question in Q&A
Discussion options

You must be logged in to vote

Correct, there are no interrupts for this in the C++ sdk. Interrupts in C++ are generally bad and cause undefined behavior.

You can try to abort the call in in the middle by using "ContinueRequestHandler". Here is an example that being used in one of our tests.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmklix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants