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 should explore a simpler/more performed way for context propagation. One idea is to use the options argument which is now supported for all CRUD operations. strong-remoting can introduce a notation to express the need in remoting metadata to receive the context.
The text was updated successfully, but these errors were encountered:
At the moment, LoopBack uses https://github.com/othiym23/node-continuation-local-storage for implicit context propagation across the async invocation paths. The CLS module has some issues:
We should explore a simpler/more performed way for context propagation. One idea is to use the
options
argument which is now supported for all CRUD operations.strong-remoting
can introduce a notation to express the need in remoting metadata to receive the context.The text was updated successfully, but these errors were encountered: