Skip to content
This repository has been archived by the owner on Feb 19, 2019. It is now read-only.

Initial support for zmq_msg_t #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 28, 2013

  1. Initial support for zmq_msg_t

    As mentioned in #78, current semantics of Recv are not sufficient for centain
    scenarios, e.g. you want to receive a pointer over PAIR and then copy the data,
    exactly as zmq_socket_monitor is supposed to be used. The issues is that every
    call to Recv automatically closes the zmq_msg_t it uses, which is not desirable
    here.
    
    This tiny initial implementation decouples Recv from zmq_msg_close call, making
    it possible to actually use zmq_socket_monitor and such.
    
    Fixes #78.
    
    Signed-off-by: Ondrej Kupka <ondra.cap@gmail.com>
    tchap committed May 28, 2013
    Configuration menu
    Copy the full SHA
    d72e467 View commit details
    Browse the repository at this point in the history