tjguk / networkzero

Making it easy for teachers to use simple networking in Python
MIT License
47 stars 14 forks source link

Support sending to multiple addresses #26

Closed tjguk closed 8 years ago

tjguk commented 8 years ago

ZeroMQ supports sending to and subscribing to multiple addresses. We can support this quite easily by allowing lists of addresses in send_message and wait_for_notifications.

tjguk commented 8 years ago

Implemented in ba38303fea18d9f184b8b9e9ef636956c8b9f840