receiving messages on rmb-remote entry point where $dst != $local #5
Closed
sameh-farouk
started this conversation in
General
Replies: 1 comment
-
This should not happen (normally) but i was wondering if supporting Anyway, i think you are right about not supporting this. it's going to be very confusing and not sure if this will work even with the signing. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in the chart, HTTP handler (on /rmb-remote entry point) would push the message to `msgbus.system.forward' on cases where $dst != $local, but not clear how/when this would happen (receiving a message on /rmb-remote that intended to be sent to another twin). I believe RMB should return an error response if this happened, otherwise, what is the successful HTTP response that would be sent back upon receiving this message from the (intermediary) RMB and before forwarding it? is that part of an alternative flow to the current proxy flow. would be great to clear these points.
Beta Was this translation helpful? Give feedback.
All reactions