Closed osmuogar closed 6 years ago
I don't remember how dealer is supposed to work anymore (maybe someone else can chime in?)
But make sure you are sending the correct multipart message: http://zguide.zeromq.org/php:chapter3#toc19
If you figure it out, it would be nice to have the official guide example in erlang using Chumak as well.
I'm trying to make a simple application which has a erlang client and a node server. Both need to be dealers connected and I cant get them to work.
Client
Server
If the type of the server socket changes, then something is received, else no message is received.
This is part of a bigger project and the socket types on the server can't be changed.. Am I doing something wrong?