Skip to content

Conversation

@Christian-Oleson
Copy link
Contributor

This is an issue with JSInterop, where it natively awaits the JS task, but does not throw an exception to show that the task timed out.
dotnet/aspnetcore#18875
dotnet/aspnetcore#21384
The second issue in the description indicates that MS will need to do something to allow a more specific exception that can be caught in the try/catch, though the TaskCanceledException is enough for now.

This is an issue with JSInterop, where it natively awaits the JS task, but does not throw an exception to show that the task timed out. 
dotnet/aspnetcore#18875
dotnet/aspnetcore#21384
The second issue in the description indicates that MS will need to do something to allow a more specific exception that can be caught in the try/catch, though the TaskCanceledException is enough for now.
@Christian-Oleson
Copy link
Contributor Author

@enkodellc ,
This one should be good to go, it's a very simple change compared to the other PRs that are a bit larger.

@Christian-Oleson
Copy link
Contributor Author

Also, if we wanted to add a hacktoberfest label, I wouldn't be opposed either. 😉

@enkodellc enkodellc merged commit 29f38a9 into SamProf:develop Oct 7, 2020
SamProf added a commit that referenced this pull request Oct 27, 2020
- PR: Enable MatSlider values update from code-behind #725 (Thanks to [MarosValter](https://github.com/MarosValter))
- PR: Bugfix - Task canceled exception #737 (Thanks to [Christian-Oleson](https://github.com/Christian-Oleson))
- PR: Update MatBlazor Packages #738 (Thanks to [Christian-Oleson](https://github.com/Christian-Oleson))
- PR: Cleanup usings, errors, warnings, etc. #739 (Thanks to [Christian-Oleson](https://github.com/Christian-Oleson))
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.

2 participants