Alena

Results 1 issues of Alena

Hi, simple example: ``` # include int main () { mlm_client_t *client = mlm_client_new(); mlm_client_connect (client, "ipc://@/malamute", 1000, "myname"); zmsg_t* msg = zmsg_new (); int rv = mlm_client_send (client, "subject",...