mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-28 19:52:00 +01:00
Add metadata to received messages
This commit is contained in:
@@ -285,7 +285,7 @@ int zmq::null_mechanism_t::receive_and_process_zap_reply ()
|
||||
|
||||
// Process metadata frame
|
||||
rc = parse_metadata (static_cast <const unsigned char*> (msg [6].data ()),
|
||||
msg [6].size ());
|
||||
msg [6].size (), true);
|
||||
|
||||
error:
|
||||
for (int i = 0; i < 7; i++) {
|
||||
|
||||
Reference in New Issue
Block a user