Skip to content

Commit

Permalink
fixes asyncapi#3387 duplicate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jyotishpro committed Nov 17, 2024
1 parent 384da22 commit c08881a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion markdown/docs/concepts/channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ graph LR
```

The diagram above illustrates the communication process between a producer and a consumer. The producer sends a message through the channel, which then queues the message for delivery to the specific consumer.
The diagram above illustrates the communication process between a producer and multiple consumers. The producer sends a message through the channel, which then queues the message for delivery to the appropriate consumers.

0 comments on commit c08881a

Please sign in to comment.