newrelic / video-agent-roku

New Relic Agent for Roku
Apache License 2.0
18 stars 18 forks source link

Remove timer observer on NewRelicVideoStop #23

Closed bchelkowski closed 3 years ago

bchelkowski commented 3 years ago

We need also to remove this observer to not call the timer callback multiple times when the timer is fired. This will happen now when we use NewRelicVideoStop and NewRelicVideoStart again.

Here is the PR with the fix proposal: https://github.com/newrelic/video-agent-roku/pull/22 .

I'm really sorry, but I missed this.