3303-flashcards/hATaBiZQ - 3303/nUhdLRtQ - In the Asynchronous Message with Callback pattern what is the limit on outstanding requests.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -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.