-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Catch interop undefined error instead of having application crash (#61)
* Fix application breaking on js interop error Instead, it now catches the exception and stops tracking the connection. * Change method signature for async method without await * Remove unnecessary calls to base class initialization * Remove unsubscription from initialization method * Implement IDisposable and have unsubscribe occur there * Change from OnInitializedAsync to OnIntialized
- Loading branch information
1 parent
b0b108f
commit 19eb521
Showing
2 changed files
with
54 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters