6 lines
194 B
Markdown
6 lines
194 B
Markdown
|
|
What is a major risk of **Asynchronous Message Communication**?
|
|
|
|
---
|
|
|
|
⚠️ If the producer sends data faster than the consumer can receive it, **messages will be dropped** (buffer overflow).
|