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
Fixing this problem is by wrapping ns.bind(fn2) but this means that need to change entire application code for wherever I have async.
What am I doing wrong?
Any help is appreciated :)
The text was updated successfully, but these errors were encountered:
LiorRabin
changed the title
context is lost in after callback
context is lost after callback & in async waterfall
Jun 26, 2017
LiorRabin
changed the title
context is lost after callback & in async waterfall
context is lost after callback from mongoose
Jun 26, 2017
LiorRabin
changed the title
context is lost after callback from mongoose
context is lost after callback from mongoose and on async waterfall
Jun 27, 2017
LiorRabin
changed the title
context is lost after callback from mongoose and on async waterfall
context is lost in async waterfall
Jun 27, 2017
I'm trying to use continuation-local-storage module to have "currentUser" across my entire application.
When calling async waterfall the context gets lost.
The console prints are
Fixing this problem is by wrapping ns.bind(fn2) but this means that need to change entire application code for wherever I have async.
What am I doing wrong?
Any help is appreciated :)
The text was updated successfully, but these errors were encountered: