Skip to content
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

Race condition in AudioPlayer #35

Closed
klkblake opened this issue Oct 5, 2012 · 0 comments
Closed

Race condition in AudioPlayer #35

klkblake opened this issue Oct 5, 2012 · 0 comments

Comments

@klkblake
Copy link
Contributor

klkblake commented Oct 5, 2012

AudioPlayer.cleanup() is called both from the playback thread when it is shutting down, and from the AudioManager when it gets the CallEnded message from servald. The playback thread will throw an NullPointerException if it attempts to shutdown when cleanup() has already been called.

@klkblake klkblake closed this as completed Oct 5, 2012
quixotique pushed a commit that referenced this issue Jan 21, 2013
Warnings: better description of root permission and WiFi effects.

Known Issues: remove issue #35 (resolved, MeshMS is now encrypted in transit),
add issue #53 (new, unshare does not update file list).

Re-organise Copyright and Licensing section: copyright in first para, licensing
in second, and remove third para about developer agreements, because that
information is best presented on the Wiki.
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

No branches or pull requests

1 participant