Merge "Oslo-messaging-zmq-receiver cannot recive any messages"
This commit is contained in:
commit
01c347ea24
@ -230,7 +230,7 @@ class ZmqClient(object):
|
||||
(msg_id, topic, 'cast', _serialize(data))))
|
||||
return
|
||||
|
||||
rpc_envelope = rpc_common.serialize_msg(data[1], envelope)
|
||||
rpc_envelope = rpc_common.serialize_msg(data[1])
|
||||
zmq_msg = moves.reduce(lambda x, y: x + y, rpc_envelope.items())
|
||||
self.outq.send(map(bytes,
|
||||
(msg_id, topic, 'impl_zmq_v2', data[0]) + zmq_msg))
|
||||
|
Loading…
x
Reference in New Issue
Block a user