Skip to content
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

Fixes the Minio5.0 nuget cancellationToken issue #866

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

ebozduman
Copy link
Collaborator

Fixes #864

@martijn00
Copy link
Contributor

@ebozduman can you merge and make the release?

@ebozduman
Copy link
Collaborator Author

ping @balamurugana, @krisis
I need your review and approval...
PTAL

@shtripat
Copy link

@ebozduman can you please add verification steps as well?

Copy link

@shtripat shtripat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Verified with a sample script with .NET 7.0.

@ebozduman ebozduman merged commit a01c54e into minio:master Sep 28, 2023
7 checks passed
@strue36
Copy link

strue36 commented Jul 26, 2024

@ebozduman since this change switches the token that comes from the CancellationTokenSource for the one passed into the callback, are lines 91-94 still required? I was looking at this code to try and see if there was some sort of default timeout configured for these requests and found it confusing that we create this CancellationTokenSource and then do nothing with it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Script ran successfully with MinIO 4.0.7 nuget package failed with MinIO 5.0.0
4 participants