sindresorhus / p-event

Promisify an event by waiting for it to be emitted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timeout and cancel

Lalem001 opened this issue · comments

Just looking through the code, I see a few potential issues:

  • Event listeners stay in place on timeout
    • Timeout should cancel?
  • Cancel binding lost when wrapped in pTimeout

Well spotted. I'll create PRs with some fixes for these issues.