fixing a bug: client over inproc receives msg with routing id set

This commit is contained in:
somdoron
2016-01-19 20:05:22 +02:00
parent e0fc5841cd
commit 669c5697c2
4 changed files with 18 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ namespace zmq
bool is_zcmsg() const;
uint32_t get_routing_id ();
int set_routing_id (uint32_t routing_id_);
int reset_routing_id ();
// After calling this function you can copy the message in POD-style
// refs_ times. No need to call copy.