MKNetworkKit
MKNetworkKit copied to clipboard
Apparent iOS 8 memory leak with numerous operations
Hello Kumar,
We're using your library to download a great number of JSON assets, and we've noticed a great deal of memory bloat, particularly as of iOS 8.
Here is an example that cycles through 100 URLs: https://gist.github.com/lucaskuzma/93afd329d8970303a778
Below is a leak we're seeing. The first plateau is before the download. The big hump is the download process, the second plateau is the memory remaining after the downloads finish. As you can see, there is quite a difference.
Any help would be most appreciated!
Here's the same process on iOS 7:
Any updates on the above issue , since i am also facing quite a memory leaks issue on iOS 8 ...
About the problem,i can't comprehensive its mechanism,since i am only beginner.
I'd suggest switching to AFNetwork.
It seems that MKNetworkKit is no longer maintained. No new upgrade version comes up.