Closed pauluhn closed 2 years ago
+1, I also found this issue to be present when performing an action that begins a series of many network requests. Eventually the requests would get bogged down and start to run into weird issues with timeouts, etc. until you eventually aren't able to launch the app.
Mojio team noticed memory leaks within the networking layer with
netfox
integrated for debugging purposes. After this fix, we no longer see the memory leaks.You can test this by looking at the memory graph before/after this fix.
Also, from the
URLSession
documentation: