[PR #59] [MERGED] fix(api): cleanup callbacks when attaching event listener to abort signal #58

Closed
opened 2026-02-16 04:17:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs-api/pull/59
Author: @dqbd
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @dqbd

Base: mainHead: dqbd/max-listeners-error-fix


📝 Commits (3)

  • f892e0f fix(api): cleanup callbacks when attaching event listener to abort signal
  • 016dd99 Cleanup tests
  • 48ab0aa Update lockfile

📊 Changes

4 files changed (+23 additions, -28 deletions)

View changed files

📝 libs/langgraph-api/src/storage/ops.mts (+19 -21)
libs/langgraph-api/tests/__snapshots__/api.test.mts.snap (+0 -5)
📝 libs/langgraph-api/tests/api.test.mts (+3 -1)
📝 pnpm-lock.yaml (+1 -1)

📄 Description

Fixes MaxListenersExceededWarning


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs-api/pull/59 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/max-listeners-error-fix` --- ### 📝 Commits (3) - [`f892e0f`](https://github.com/langchain-ai/langgraphjs-api/commit/f892e0f3071f292718cfb8d046c008455b04eb77) fix(api): cleanup callbacks when attaching event listener to abort signal - [`016dd99`](https://github.com/langchain-ai/langgraphjs-api/commit/016dd9995854d7b597eac282e9b0f314ffcfdc3a) Cleanup tests - [`48ab0aa`](https://github.com/langchain-ai/langgraphjs-api/commit/48ab0aa22029679cd03968485a58f952833e65e4) Update lockfile ### 📊 Changes **4 files changed** (+23 additions, -28 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/src/storage/ops.mts` (+19 -21) ➖ `libs/langgraph-api/tests/__snapshots__/api.test.mts.snap` (+0 -5) 📝 `libs/langgraph-api/tests/api.test.mts` (+3 -1) 📝 `pnpm-lock.yaml` (+1 -1) </details> ### 📄 Description Fixes MaxListenersExceededWarning --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 04:17:10 -05:00
yindo closed this issue 2026-02-16 04:17:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs-api#58