Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/pyzmq/patterns/pubsub.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down