You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to include (and provide an interface to) an async local storage implementation, in order to support distributed tracing and any related functionality.
In newest versions of Node it would be AsyncLocalStorage, and for others a CLS fork like cls-hooked should probably do.
The text was updated successfully, but these errors were encountered:
We could possibly suffer from amqplib depending on an older version of bluebird which does not support async_hooks.
As our driver is wrapping some core methods by global.Promise, it "would" be alright above the boundary.
To be discussed.
We need to include (and provide an interface to) an async local storage implementation, in order to support distributed tracing and any related functionality.
In newest versions of Node it would be AsyncLocalStorage, and for others a CLS fork like cls-hooked should probably do.
The text was updated successfully, but these errors were encountered: