Julian Kotrba
Julian Kotrba
Maybe related to https://github.com/androidx/media/issues/57
Thanks for the reply and the implementation tipps to work around the performance problem @marcbaechinger! We are planning to implement the workaround, however, I am not exactly sure if I...
No worries and thanks for your support! I will also let you know if we find out anything more.
Hey @wseemann, just FYI, there is already a similar [open PR](https://github.com/google/play-services-plugins/pull/185) for supporting third party licenses. However, the linked PR is already open for quite some time - still waiting...
Hi @caller9, any update on this PR? I would really appreciate if the changes from @joostfunkekupper and @ganadist get merged soon. Thanks! cc @PaulRashidi
We are also experiencing the same problem. There is also a related issue on the google bug tracker (see [here](https://issuetracker.google.com/issues/37137911)). @neteinstein have you meanwhile found a workaround? I am thinking...
@neteinstein thanks for your answer. Have you made a custom implementation or did you switch to an alternative library?
@java4ever I was also wondering about this. In the code there exists the suspending method `enableIndicationsOrNotifications` but since it is private and called in the flows `onStart` callback I am...
@philips77 we are also impacted by this issue. It totally makes sense to postpone the bug fixing after the refactoring but can you already estimate when the new version of...
@philips77 thanks for the quick response! Regarding the replay cache, you are right! `A shared flow keeps a specific number of the most recent values in its replay cache. Every...