-
Notifications
You must be signed in to change notification settings - Fork 580
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
Add code to handle disconnects #1
Labels
Comments
philburk
pushed a commit
that referenced
this issue
Nov 23, 2017
WARNING: API change Modifies OboeStreamCallback onError methods. Adds protection against stopping or closing a stream at the same time that the error callback is being processed. Fix issue #1
dturner
pushed a commit
that referenced
this issue
Feb 12, 2018
WARNING: API change Modifies OboeStreamCallback onError methods. Adds protection against stopping or closing a stream at the same time that the error callback is being processed. Fix issue #1
This was referenced Sep 3, 2018
This was referenced Jan 21, 2019
This was referenced Dec 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The stream can become disconnected when, for example, plugging or unplugging headphones.
By default, always stop and close the stream.
Let developer override method that will reopen a new stream or whatever the app needs.
The text was updated successfully, but these errors were encountered: