taotetek

Results 9 comments of taotetek

@AlekSi I agree - I have planned to add RFC524 - since we use RFC3164 + json at work I just haven't prioritized doing the work. Since someone else is...

@toplinuxsir That's a good question. I don't use windows myself and have never tried. You will need zeromq ( http://zeromq.org/ ) and czmq ( http://czmq.zeromq.org/page:get-the-software ) libraries on windows. I'll...

@sheepbao - There's no specific example of an XPUB/XSUB proxy currently in the goczmq documentation. The next time I get a little time to code, I could add one if...

Thanks for filing the issue! It's always great to hear about cases that are non obvious to other people. I appreciate the feedback!

Some socket options needing to be set before a bind or connect on a socket are things that definitely tripped me up when I first started using ZeroMQ, even before...

@myzhan take a look at the poller - https://github.com/zeromq/goczmq/blob/master/poller.go https://github.com/zeromq/goczmq/blob/master/poller_test.go

I'm musing over the idea of adding new types to handle the client / server sockets. I really want to enable the use of io.ReadWriter on these. while at the...

Thinking more - I'm conflating issues. I'm going to work on a PR to add ZMQ_CLIENT / ZMQ_SERVER support in the style we handle all the other socket types. After...

@somdoron is working on a poller APi ln libzmq that will support polling the new thread safe sockets. I think the first step on this (since current zpoller doesn't work...