3303-flashcards/hATaBiZQ - 3303/nUhdLRtQ - In the Asynchronous Message with Callback pattern what is the limit on outstanding requests.md
2026-04-20 23:08:47 -04:00

7 lines
236 B
Markdown

In the **Asynchronous Message with Callback** pattern, what is the limit on outstanding requests?
---
📞 Only **one request** can be outstanding at a time. The client continues running but expects a response via a callback later.