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
I'm not clear on how two independent modules using asyncWrap will co-exist in the same application.Is this a supported scenario?
My current understanding is setupHooks() will overwrite any existing callbacks. Consequently two modules independently using asyncWrap and linked into the same app will conflict and only one module will work correctly. Is this an accurate understanding? Has this been discussed?