Blocks event loop for too long
Open
- Dominant language
- JavaScript
- Stars
- 438
- Forks
- 77
- PR merge metrics
- No merged PRs in 30d
Description
Internal measurements have shown that this module can block node's internal event loop for about 200ms which is quite a long time.
Any chance you could break down internal async function blocks with `setImmediate()` or `process.nextTick`?
Contributor guide
Assessment
This issue has not been assessed yet.