Yes, that's it. One client can produce only on one stream, while it can consume more. Dne 4. 5. 2016 1:06 PM napsal uživatel "Osiris Pedroso" <[email protected] >:
> Just to clarify, in the Malamute selftest, there is this code: > ``` > mlm_client_set_producer (writer1, "weather"); > mlm_client_set_producer (writer2, "traffic"); > mlm_client_set_consumer (reader1, "weather", "newyork"); > mlm_client_set_consumer (reader1, "traffic", "newyork"); > mlm_client_set_consumer (reader2, "weather", "newyork"); > mlm_client_set_consumer (reader2, "traffic", "newyork"); > ``` > I believe this means that a mlm_client can only be set to be a producer of > a single type, but an mlm_client can be a consumer of multiple types. > > Please confirm. Following the code was not enough to find it out... :-( > > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
