Papooch / nestjs-cls

A continuation-local storage (async context) module compatible with NestJS's dependency injection.
https://papooch.github.io/nestjs-cls/
MIT License
433 stars 28 forks source link

Feature: Reuse existing context #58

Closed Papooch closed 1 year ago

Papooch commented 1 year ago

Allow reusing values or whole context from nested cls.run calls.

Should also enable reusing the same context across multiple Cls-enhancers.

Closes #53 Closes #54