pebbe / zmq4

A Go interface to ZeroMQ version 4
BSD 2-Clause "Simplified" License
1.17k stars 166 forks source link

add RCVMORE constant #165

Closed snakeru closed 4 years ago

pebbe commented 4 years ago

The RCVMORE is not used as a flag, and so there is no need to make ik publicly available. You should use the GetRcvmore() method on Socket.