Christopher N. Hesse

Results 3 issues of Christopher N. Hesse

I'm interested in knowing about peer disconnect events for ZMQ pair/pair and req/rep sockets. Consider the following example code: ``` #include #include #include int main(int argc, char *argv[]) { zmq::context_t...

I am currently writing a cross-platform image streaming I/O library mainly focused on webcam capture. Most webcams do not provide RGB buffers, but almost all of the cheap ones usually...

kind: enhancement