threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

`ret` queue field not handled properly in the remote RMB #44

Closed sameh-farouk closed 2 years ago

sameh-farouk commented 2 years ago

when a message is delivered to a remote RMB, it will push the message to the $cmd queue, but it seems that ret queue field was left intact (instead of changing it to msgbus.system.reply) and I can observe that reply will be pushed to the original msg return queue on the remote side, instead of pushing it to msgbus.system.reply to be forwarded back to the original sender. so the original sender won't get a replay back.

sameh-farouk commented 2 years ago

Fixed now after this commit ac051c1b994e2e6b8853e5f995258291313654df