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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: