Closed steventg closed 4 years ago
HI, in R_zmq_sendrecv.r:96 (zmq.send), should it use "buf" instead of "buf[1]"? For character, buf[1] returns the the whole string but for raw vector, buf[1] just return the first byte of the byte vector?
Fixed. Thanks.
HI, in R_zmq_sendrecv.r:96 (zmq.send), should it use "buf" instead of "buf[1]"? For character, buf[1] returns the the whole string but for raw vector, buf[1] just return the first byte of the byte vector?