Ben Gray

Results 18 comments of Ben Gray

There is a `void message::remove(size_t const part)` and both `void message::pop_back()` and `void message::pop_front()` to remove parts of a message. If you need to remove the whole one it's probably...

My main issue with deque is that, as far as I'm aware, most implementations tend to be fairly inefficient for small lists. I'm not sure about you but certainly I...

We could use receive_bytes or something along those lines. then just deprecate this one and encourage switching over.

I've merged that in as it doesn't break compatibility. It does leave us with the problem that we are silently ignoring the fact we are truncating messages, but I felt...

Did you include "make client" in your build steps

This is giving me lots of errors locally, I will try and find time to check it and work through it but my free time for the next month is...

We should have some kinda of enforceable (or at least warning generating) style guide, although I don't actually know how to do that. I imagine it will also mean we...

Would having versions of the examples from the zmq guide (https://github.com/imatix/zguide/tree/master/examples) build with zmqpp solve that? I'm not sure I'm all that good at writing a tutorial.