ryanheise
ryanheise
Actually, this may not be a bad idea for the iOS side, since I think we are running into issues if updating `nowPlayingInfo` too quickly in succession. However, I might...
I just tried out `throttleTime` and it doesn't do exactly what we want either. It will emit leading events at the start of a window immediately, but it may miss...
This sounds like it is an issue with just_audio asset loading. We should not expect the processing state to change to `idle` for a valid asset.
That would also be an issue with just_audio. Can you make an issue on that project?
`updateQueue` happens instantly. If it is slow, it is purely your implementation of that method that is slow, and if you use other plugins within your implementation of `updateQueue`, and...
This is now supported on the `one-isolate` branch which is where all new development is taking place (for the next 0.18.0 release).
I think it did do something on older version of Android, where if the media session is no longer active and the user clicks the media button, then the OS...
Some relevant information: https://developer.android.com/guide/topics/media-apps/mediabuttons#restarting-inactive-mediasessions
@chengyuhui it could be interesting to experiment with that option to see if it does anything, but from memory I didn't have much success with it when I originally implemented...
I wonder why it got killed. Anything in the log about that? Maybe your app didn't trigger the commencement of the foreground service in time?