'How to create nested nodejs async hooks
Is there a recommended library or a good way to create nested nodejs async hooks? I found "cls-hooked" library but it looks unmaintained and seems to have memory leaks.
basically what i want to have is the ability to wrap code (async or sync) with context, mainly for logs, but for other stuff too.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
