mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-23 16:48:08 +02:00
Add metadata to received messages
This commit is contained in:
@@ -663,7 +663,7 @@ int zmq::curve_server_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