newrelic / video-agent-iOS

Video Agent for iOS and tvOS
Apache License 2.0
1 stars 9 forks source link

Issue with many video players at once #15

Closed cjmccarthy closed 1 year ago

cjmccarthy commented 1 year ago

[NSKeyValueObservance retain]: message sent to deallocated instance 0x165aa2fb0

scroll through a list of videos and have them start playing as they are brought up in the view port. We suspect it might have something to do with the observers not getting deallocated as we keep scrolling through videos. Our best guess is that the iOS agent was built primarily for a page view with only one video instead of a list of videos.