phweb
phweb
@jmillan can you review PR?
> Wait. Why not devDependencies? Because some types extends `EventEmitter`
Hi, I'm on vacation right now. I can review this problem in a few days
@jmillan Hi, I fix this problem in https://github.com/versatica/JsSIP/pull/648
а может есть открытые репы, чтобы было на что ориентироваться?
пасиб, с радостью присоединился
Sorry for the long silence... But you suggest is the same. The error occurs due to task can't pass from canceled state to rejected. You can do transition only from...
the problem is i can't handle cancelled task: ```js const execution = asyncTask() // long execution .mapRejected((e) => { console.dir(e) // never get here }) .run() setTimeout(() => { execution.cancel()...