Skip to content
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

Timer/interval in MediaViewController not being purged properly #10

Open
penelopus opened this issue Oct 6, 2014 · 0 comments
Open

Comments

@penelopus
Copy link

The sampler app implements an interval in MediaViewController.m -- and this timer looks like it isn't getting purged properly when a new instance of media is loaded.

So, what seems to be happening, is that this timer keep firing off events unexpectedly.

If I launch a(nother) audio file while one is currently playing, a 1-second interval seems to interrupt the load of the audio and prevent the webapp from moving forward. However, if I click "close" in the Sampler app to truncate the websocket session, then tap the "audio" button to launch new audio, it seems to be fine (the old timer gets purged).

This is reproducible in a locally running instance of webOS second-screen-service, though the latency is hidden in TV mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant