snoweye / pbdZMQ

Interface to ZeroMQ
GNU General Public License v3.0
17 stars 12 forks source link

zmq.send with a raw Vector #69

Closed steventg closed 4 years ago

steventg commented 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?

snoweye commented 4 years ago

Fixed. Thanks.