-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure error notified after auto stop fix #51
Previously errors were suppressed if listening stopped before the error happened, even if the listening was stopped implicitly by the native device rather than explicitly by the user canceling or stopping. This change only blocks error callbacks after an explicit user cancel or stop operation.
- Loading branch information
sowens-csd
committed
Apr 7, 2020
1 parent
bb87ec0
commit 6beb564
Showing
2 changed files
with
31 additions
and
7 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