ZipUtils bug

why not fixed this request(https://github.com/cocos2d/cocos2d-x/pull/1933) in 2.1.2 , I think it’s a logic error. when I want to read many files in background thread , it always cause crash in Android .

anybody cares?

hello. the cocos2d-x support team is at GDC and won’t be back to work for a few more days. The github issue is regarding the async loading of images. If you are doing the same thing, then that issue’s PR will likely fix the problem for you. You can apply the PR to your own fork and get a version working while you wait for the team to merge it to the master.

OK, my issue is regarding the async loading of images too.
Thanks for your replying.