AntiPattern

Indefinite Hang From API Mismatch

runtime-api-mismatch-hangs

Backend requests can hang indefinitely because mismatched runtime assumptions (outdated SDK APIs, missing/incorrect async awaits, streaming calls, or middleware that fails to block) prevent control flow from completing, stalling routes and downstream clients.