JSQMessagecontroller Memory issue
bhoomesh950 opened this issue · 1 comments
New issue checklist
- I have read the
README
, documentation, and FAQ. - Contributing guidelines confirmation: ____
- I have searched existing issues and this is not a duplicate.
General information
JSQMessagesViewController
version:- iOS version:
- Devices/Simulators:
- Reproducible in the demo project? (Yes/No):
- Any related issues:
What happened?
i have installed jsqmessageViewController through pod . it is a good framework but i have found some memory issues .
1.if i open the jsqChatViewcontroller it increasing the memory ( ex : 2mb ) ( two text messages and 2 images ) and again i pop the jsqchatviewcontroller the issues is, that previously allocated memory is not deallocating. if i open the JSQchatviewviewController it again allocates 2mb if i come back (pop the JSQChatviewcontroler) it not delloc the previous one. if i open the jsqChatViewcontroller 10 times it allocates 10*2 =20Mb of memory it it was not deallocating it continuously increasing until i suspend the app. the same thing happening your github demo build also. thanks in advance .
it is from instruments
Hello everyone!
I'm sorry to inform the community that I'm officially deprecating this project. 😢 Please read my blog post for details:
http://www.jessesquires.com/blog/officially-deprecating-jsqmessagesviewcontroller/
Thus, I'm closing all issues and pull requests and making the necessary updates to formally deprecate the library. I'm sorry if this is unexpected or disappointing. Please know that this was an extremely difficult decision to make. I'd like to thank everyone here for contributing and making this project so great. It was a fun 4 years. 😊
Thanks for understanding,
— jsq