summaryrefslogtreecommitdiff
path: root/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-05-08 18:54:21 +0200
committerByteHamster <info@bytehamster.com>2019-05-08 19:18:44 +0200
commitbf6f6376db65a98cfcbcc30ebdca1178404905a9 (patch)
treedcda695460b2b62fa29566e633351db5dbda3085 /ISSUE_TEMPLATE.md
parente464569712506e0bae1a0150898f4c164a3f1cb3 (diff)
downloadAntennaPod-bf6f6376db65a98cfcbcc30ebdca1178404905a9.zip
Do not deadlock
The Android internal media player blocks its `start()` call until the seek listener completes. The seek listener is called on the main thread even though `start()` is called on the executor. This makes the main thread wait for the lock and the executor (which has the lock) wait for the main thread to finish the call to the listener.
Diffstat (limited to 'ISSUE_TEMPLATE.md')
0 files changed, 0 insertions, 0 deletions