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

Make LoadFromWebAsync honor the Timeout property. Fixes #580 #582

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cant0r
Copy link

@cant0r cant0r commented Feb 8, 2025

While I was testing out the library's LoadFromWebAsync methods, I noticed that the Timeout property is not registered for the used HttpClient instance.

I was always thrown a TaskCanceledException with the default Microsoft set 100 seconds timeout, I could not even influence it via providing a custom PreRequest delegate.

I checked the active issues and I saw someone else also encountered this behavior. #580

@cant0r cant0r changed the title Make LoadFromWebAsync honor the TImeout property. Fixes #580 Make LoadFromWebAsync honor the Timeout property. Fixes #580 Feb 8, 2025
@JonathanMagnan
Copy link
Member

Hello @cant0r ,

Thank you for the pull request.

If there is no problem (it doesn't look to have one), I will merge it in 2 weeks when I am back from my vacation.

Best Regards,

Jon

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

Successfully merging this pull request may close these issues.

2 participants