From 36457fcc4703981b2cb88d9c4e9375ab88627f14 Mon Sep 17 00:00:00 2001 From: Hans Meine Date: Wed, 27 Apr 2016 08:48:59 +0200 Subject: [PATCH] =?UTF-8?q?Recent=20=C3=98MQ=20versions=20filter=20subscri?= =?UTF-8?q?ptions=20at=20the=20publisher=20side?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/pyzmq/patterns/pubsub.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/pyzmq/patterns/pubsub.rst b/source/pyzmq/patterns/pubsub.rst index fa68559..8afc49f 100644 --- a/source/pyzmq/patterns/pubsub.rst +++ b/source/pyzmq/patterns/pubsub.rst @@ -63,7 +63,7 @@ Other things to note: * A publisher has no connected subscribers, then it will simply drop all messages. * If you're using TCP, and a subscriber is slow, messages will queue up on the publisher. -* In the current versions of ØMQ, filtering happens at the subscriber side, not the publisher side. +* In recent versions of ØMQ, filtering now happens already at the publisher side, not at the subscriber side.