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

NetworkMonitor memory leak on IterableTaskRunner start #867

Open
tristan-warner-smith opened this issue Nov 27, 2024 · 0 comments
Open

NetworkMonitor memory leak on IterableTaskRunner start #867

tristan-warner-smith opened this issue Nov 27, 2024 · 0 comments

Comments

@tristan-warner-smith
Copy link

Configuration:

  • Iterable 6.5.7
  • iPhone 16 Pro (18.2 simulator)
  • Xcode 16.2 beta 3

SwiftUI project with UIApplicationDelegate.
Iterable is configured in didFinishLaunchingWithOptions, other related calls in the delegate methods.

Report:
Instruments shows IterableTaskRunner.start() > NetworkConnectivityManager.start() > NetworkMonitor.start() as the cause of the leak.

Leak

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