zeromq / chumak

Pure Erlang implementation of ZeroMQ Message Transport Protocol.
Mozilla Public License 2.0
197 stars 47 forks source link

Allowing dealer as a valid peer for another dealer. #30

Closed osmuogar closed 6 years ago

osmuogar commented 6 years ago

As seen http://zguide.zeromq.org/php:chapter3#The-DEALER-to-DEALER-Combination, dealer-dealer is a valid combination.

The implementation worked fine while communicating the javascript and erlang implementations of the ØMQ dealers.

Closes #29