roc-droid icon indicating copy to clipboard operation
roc-droid copied to clipboard

Stopped working after a few stop/start presses

Open gavv opened this issue 5 years ago • 2 comments

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.

gavv avatar Jun 02 '20 07:06 gavv

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.

gavv avatar Dec 03 '20 09:12 gavv