-
-
Notifications
You must be signed in to change notification settings - Fork 455
add taskcanceledexception to updater exception catch #358
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
Conversation
|
just changed it to avoid logging |
|
Hold on, we should keep taskcancelledexception with log, because it means timeout. |
|
oh ok right |
|
lets release a hotfix to master as well, this issue is going to be experienced by users with auto update on |
4ee47f1 to
2f9d4d1
Compare
|
Remember to bump the version so that it will be downloaded automatically by user(although I think user with this issue may be hard to auto update). |
|
yeah true... |
|
Hmmm sorry that seems I add the wrong issue handling....... It seems that the actual error that has been thrown is operationcanceledexception..... |
|
All good. Let's fix it up |
fix #357
This may because HttpClient throws TaskCanceledException when timeout instead of HttpException, which is previously thrown by the old HttpWebRequest.