mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-20 14:42:28 +02:00
- Previously the global resume value was passed to subgraphs without being consumed - This would result in two parallel subgraph calls being able to use the same resume value - Note this behavior can't be implemented over the wire, that will be fixed in future PR