We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c7c8c commit 404b972Copy full SHA for 404b972
zmq.hpp
@@ -622,7 +622,7 @@ namespace zmq
622
623
inline size_t send (const void *buf_, size_t len_, int flags_ = 0)
624
{
625
- int nbytes = zmq_send (ptr, buf_, len_, flags_);
+ int nbytes = zmq_send_const (ptr, buf_, len_, flags_);
626
if (nbytes >= 0)
627
return (size_t) nbytes;
628
if (zmq_errno () == EAGAIN)
0 commit comments