Is there some specification or other explanation that describes common cases where you can expect that a message sent on a ZeroMQ socket will not be received by (all) listening processes for each type of connection?
For example, I have an experimental program that basically assumes that all PUB
socket subscribers will receive all messages sent to this socket (after establishing the initialization handshake). I would like to understand cases where this assumption may be false. Thanks, and sorry if this has already been asked.
source share