在block里进行数据请求貌似会造成内存泄露
GoogGoodStudy opened this issue · 2 comments
GoogGoodStudy commented
jkpang commented
在你的那两个block里面使用PPNetworkHelper请求数据是不会产生内存泄露的,因为他们没有相互引用,你可以放心使用。 如果你这段代码有发生了内存泄露,可以加我QQ帮你看看
AndyPang
在 2016年9月20日,17:04,GoogGoodStudy notifications@github.com 写道:
这样写貌似会造成循环引用。感谢大神的库,很好用。
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
GoogGoodStudy commented
好的。我再看看