mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-21 07:02:25 +02:00
- If setup wasnt called separately _cursor() and setup() would deadlock - The call to setup() in _cursor() should be outside the lock block, as setup() also acquires the lock and re-checks the setup flag