mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-05-18 20:08:19 +00:00
Two messages arriving close together could start two parallel flow executions for the same phone. The second would create a new session while the first was mid-AI-block, causing duplicate greetings and race conditions. Per-phone async lock ensures sequential execution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>