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.