How does Giraffe deal with request cancellation? #520
Unanswered
xperiandri
asked this question in
Q&A
Replies: 1 comment 2 replies
-
That article talks about using HttpContext.RequestAborted as the CancellationTokenSource for your requests - this still works. If you're using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How is it aligned with the article https://andrewlock.net/using-cancellationtokens-in-asp-net-core-minimal-apis/ ?
Beta Was this translation helpful? Give feedback.
All reactions