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
This is a follow up from last week's OTSC meeting. Basically, most if not all other implementations (zone.js, domains, cls-hooked, etc) bind promises on then(). This makes interoperability with this module very difficult for libraries that must support context propagation in multiple Node versions.
This is a follow up from last week's OTSC meeting. Basically, most if not all other implementations (zone.js, domains, cls-hooked, etc) bind promises on
then()
. This makes interoperability with this module very difficult for libraries that must support context propagation in multiple Node versions.@watson Should there be some kind of
v2
branch where we could merge our branch currently living in https://github.com/DataDog/async-listener/tree/datadog ?The text was updated successfully, but these errors were encountered: