clrzmq icon indicating copy to clipboard operation
clrzmq copied to clipboard

Add Pop method to ZmqMessage

Open mrijkeboer opened this issue 12 years ago • 1 comments

I've added a Pop method to ZmqMessage that is equivalent to zmsg_pop(). We need this method since Unwrap also deletes the second frame when it's empty and this is sometimes unwanted e.g. when the payload frame after the header is null but we still want to submit the empty payload frame to the higher layers.

mrijkeboer avatar Feb 14 '13 19:02 mrijkeboer

Thank you. I needed this.

TimGunnells avatar Feb 14 '13 19:02 TimGunnells