aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2015-07-08 17:01:56 +0200
committerDavid Heinemeier Hansson <david@loudthinking.com>2015-07-08 17:01:56 +0200
commit96405dd9570a5b6debfb1ed1eaeb8004e2428eca (patch)
treeb1c3375fbd5548309a0217a2d347c587eb2c13da
parentbd63093304eba598e4a6f2a535624f188fcf1ca5 (diff)
downloadrails-96405dd9570a5b6debfb1ed1eaeb8004e2428eca.tar.gz
rails-96405dd9570a5b6debfb1ed1eaeb8004e2428eca.tar.bz2
rails-96405dd9570a5b6debfb1ed1eaeb8004e2428eca.zip
You can be a subscriber multiple times.
-rw-r--r--README.md4
1 files 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