I've seen folks looking to use AsyncLocalStorage as a way to propagate identity across async boundaries in server logic.
That seems very scary to me because AFAIK it relies on 3rd party libs opting into AsyncResource or risking confusion in some edge cases.
WDYT?
That seems very scary to me because AFAIK it relies on 3rd party libs opting into AsyncResource or risking confusion in some edge cases.
WDYT?
Comments