@ynhcj/xiaoyi-channel 0.0.85-next → 0.0.86-next
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -94,6 +94,7 @@ export function getLatestSessionContext() {
|
|
|
94
94
|
* This ensures thread-safe context isolation for concurrent requests.
|
|
95
95
|
*/
|
|
96
96
|
export function runWithSessionContext(context, callback) {
|
|
97
|
+
logger.log(`[SESSION-MGR] 🔵 ALS SET: sessionId=${context.sessionId} taskId=${context.taskId}`);
|
|
97
98
|
return asyncLocalStorage.run(context, callback);
|
|
98
99
|
}
|
|
99
100
|
/**
|