tjguk / networkzero

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

Return to single send/wait #29

Closed tjguk closed 8 years ago

tjguk commented 8 years ago

I previously implemented the means of sending to multiple addresses (supported under the covers in ZeroMQ by connecting to multiple endpoints). However...

In short, I propose to remove this functionality from the main development branch and play with alternative implementations in a feature branch

tjguk commented 8 years ago

Now complete and merged into master