Pieter Hintjens
Pieter Hintjens
Since there's no server-side sockets, we cannot make proper test cases without resorting to either libzmq or raw TCP. Solution: implement basic server-side support (bind and accept incoming connections).
Solution: define these semantics. One possibility is a loosely-connected pub-sub model that allows N publishers talk to N subscribers, using the pipe as sync point. Thus: - A writer would...
If you'd like to help click that lovely green "Merge Pull Request" button, and get eternal karma, add a comment confirming that you've read and understand the C4 process at...
I've been playing with GYP which turns out to be stupidly simple. For instance there is no configure phase. You know what platforms you support, and you provide the macros...
I'm going to collect a number of issues with the project models: - Overlap between czmq/project.xml and `` in zproject_known_projects.gsl - Undocumented attributes: `optional` and `implied`, with unclear semantics -...