a conflict is between http and normal action ?

because httpClient use CCDirector::sharedDirector()->getScheduler()->scheduleSelector and in CCScheduler::update the m_pHashForTimers update after normal action so if i want to action after http finish will have a conflict? i found the action’s performance is not normal.

Don’t invoke any `Cocos` API in a subthread. Cocos2d-x isn’t threadsafe right now.
BTW, is this thread relative to JSBindings ?

嗯,http的回调函数setResponseCallback调用的js函数里面的runAction,刚接触不是很明白

我把m_pUpdatesNegList,m_pUpdates0List,m_pUpdatesPosList放到m_pHashForTimers后面更新就不会有问题,要不然在http返回后调用fadeIn,精灵就会先闪一下再渐显出来

是不是那个http还没有release掉,优先级更高的action强行更新的问题