|
Hi, I'm trying to use this example (C#) http://zguide.zeromq.org/cs:mtserver, but with a twist. Based on the contents of the message from the clients, I want the router two to deal to two different dealers (without the client know what worker they actually connect too). I guess I could create different end points, one for each type, but I figured it's more elegant to use identities. On the worker side, I've set the identities through StringToIdentity, and I try to 'inject' the identity through sending it in the RelayMessage, but no luck so far. I'd be very happy if someone can point me in the right direction. Thanks :-) Frank |
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
