Sang-On Koo

Results 1 comments of Sang-On Koo

It seems like there’s a potential memory leak in the consumeRunnableStream function in /langchain-core/src/runnables/base.ts. Specifically, this block: ```ts options.signal.addEventListener( "abort", () => { abortController.abort(); }, { once: true } );...