不念过去

Results 1 issues of 不念过去

### 现象 同时执行多次 runAsync, 只执行了最后一个 then 函数 ### 可能有问题的代码 应该是由下方代码引起 ``` if (currentCount !== this.count) { // prevent run.then when request is canceled return new Promise(() => {}); } ```...

feature