[PR #1146] [MERGED] fix(langgraph): allow resume + update at the same time #1261

Closed
opened 2026-02-15 20:15:00 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1146
Author: @dqbd
Created: 5/2/2025
Status: Merged
Merged: 5/2/2025
Merged by: @dqbd

Base: mainHead: dqbd/interrupt-resume-update


📝 Commits (2)

  • d9162e1 fix(langgraph): allow resume + update at the same time
  • e7d5c75 Fix formatting

📊 Changes

2 files changed (+8 additions, -11 deletions)

View changed files

📝 libs/langgraph/src/pregel/loop.ts (+0 -9)
📝 libs/langgraph/src/tests/pregel.test.ts (+8 -2)

📄 Description

Closes Command resume with update throws, but docs show that it shouldn't. #1109


🔄 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/pull/1146 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/2/2025 **Status:** ✅ Merged **Merged:** 5/2/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/interrupt-resume-update` --- ### 📝 Commits (2) - [`d9162e1`](https://github.com/langchain-ai/langgraphjs/commit/d9162e1fdeb7286afa5f97890dd82226c836a240) fix(langgraph): allow resume + update at the same time - [`e7d5c75`](https://github.com/langchain-ai/langgraphjs/commit/e7d5c75074dbd36d70afc5df30488653efa97aba) Fix formatting ### 📊 Changes **2 files changed** (+8 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/pregel/loop.ts` (+0 -9) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+8 -2) </details> ### 📄 Description Closes Command resume with update throws, but docs show that it shouldn't. #1109 --- <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-15 20:15:00 -05:00
yindo closed this issue 2026-02-15 20:15:00 -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#1261