roc-droid
roc-droid copied to clipboard
Stopped working after a few stop/start presses
I pressed Stop and Start several times and the sound disappeared. The sender on PC is still running. After restarting the app and pressing Start again, it started working again.
Probably it can be fixed by creating a dedicated thread that manages sender and receiver threads, and sending tasks to it when we want to start or stop them.
From https://github.com/roc-streaming/roc-droid/pull/15#issue-505358290
This doesn't solve #1. I think the receiver thread gets stuck at the native Roc Receiver.close(long receiverPtr) function. I'm not sure what causes this.