Beispiel #1
0
def recv(sock):
    """Receive a zmsg message from the socket. Returns NULL if the process was
    interrupted before the message could be received, or if a receive timeout
    expired."""
    return C.zsock_recv(sock)