-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve same media playback completion handler #226
Comments
As discussed with @oiledCode, and in addition to the changes proposed in the Play SRG issue above, it is likely we should also call the prepare to play completion handler even if in some cases we do nothing. This would provide for a more consistent behavior. This change has been made on a |
A unit test has been added on |
Not sure this fix was a good idea, see https://appcenter.ms/orgs/RTS-Organization/apps/Play-RTS-1/crashes/errors/4277850553u/overview. If we exit early and call the completion handler, this means the Some ideas:
A proper fix would require #227 to be implemented anyway. |
We had a rare crash in production which seems to confirm this intuition. This crash is not related to an other infinite loop which was fixed at the SRG Media Player level. |
See https://github.com/SRGSSR/playsrg-ios/issues/154.
The text was updated successfully, but these errors were encountered: