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

Remove the obsolete ReadWriteTimeout property from ClientConfig for non-.NET Framework targets #3683

Merged
merged 2 commits into from
Mar 5, 2025

Conversation

normj
Copy link
Member

@normj normj commented Mar 1, 2025

Description

The ReadWriteTimeout property on ClientConfig is marked obsolete in for non .NET Framework targets because the property didn't do anything. In non .NET Framework targets timeouts are supposed to be handled by cancellation tokens.

For V4 we are removing the ReadWriteTimeout entirely for non .NET Framework targets. This will avoid confusion of users accidently setting it and thinking it will do something.

Testing

Dry Run: DRY_RUN-a29ac1c0-97f0-4fb0-9dd2-d9366fbc671e Successful

@normj normj added the v4 label Mar 1, 2025
dscpinheiro
dscpinheiro previously approved these changes Mar 1, 2025
@dscpinheiro dscpinheiro dismissed their stale review March 3, 2025 18:55

Waiting to see if V3 sync will be performed first.

@dscpinheiro dscpinheiro merged commit 24650b4 into v4-development Mar 5, 2025
1 check passed
@dscpinheiro dscpinheiro deleted the normj/remove-readwrite-timeout branch March 5, 2025 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants