DEV Community

Discussion on: Pub/sub with PyZMQ: Part 2

Collapse
 
dynamikey profile image
Dynamikey

Hello! This is a super useful article, thanks. I'm looking into having N to N publisher/subscriber messaging in my application - do you have any suggestions how to do this? It seems like "bind" only allows a single connection.