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
{{ message }}
This repository was archived by the owner on Sep 10, 2026. It is now read-only.
This goes hand and hand with issue #80. Ultimately the plan is to be able to chain cancellation tokens from the client all the way through the server to the backend.
The implementation will be that any CancellationToken passed as a parameter will be used as the CancellationToken for the HttpClient call.
This goes hand and hand with issue #80. Ultimately the plan is to be able to chain cancellation tokens from the client all the way through the server to the backend.
The implementation will be that any CancellationToken passed as a parameter will be used as the CancellationToken for the HttpClient call.