From 96405dd9570a5b6debfb1ed1eaeb8004e2428eca Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 8 Jul 2015 17:01:56 +0200 Subject: You can be a subscriber multiple times. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17527be17a..a74ca3f43e 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ or to both. At the very least, a consumer should be subscribed to one channel. When the consumer is subscribed to a channel, they act as a subscriber. The connection between the subscriber and the channel is, surprise-surprise, called a subscription. A consumer -can act as a subscriber to a given channel via a subscription only once. (But remember that -a physical user may have multiple consumers, one per tab/device open to your connection). +can act as a subscriber to a given channel any number of times (like to multiple chat rooms at the same time). +(And remember that a physical user may have multiple consumers, one per tab/device open to your connection). Each channel can then again be streaming zero or more broadcastings. A broadcasting is a pubsub link where anything transmitted by the broadcaster is sent directly to the channel -- cgit v1.2.3