问题描述
Android、IOS请求webservice时由于垃圾回收导致线程搁置接口访问失败求解决
解决方案
解决方案二:
<runtime><gcConcurrentenabled="false"/></runtime>Net4以后已经对这种机制作了优化,并发回收改进为后台回收
解决方案三:
坐等,学习了
时间: 2024-11-05 12:19:29
Android、IOS请求webservice时由于垃圾回收导致线程搁置接口访问失败求解决
解决方案二:
<runtime><gcConcurrentenabled="false"/></runtime>Net4以后已经对这种机制作了优化,并发回收改进为后台回收
解决方案三:
坐等,学习了