You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rfq: store outgoing request before sending message
We store the outgoing request in the request map, so we can interpret
any response and map it to the original request. We do this before
sending the message, because otherwise we could potentially receive
the response while we're waiting for the atomic lock to be released,
which would lead to us not knowing about the request in the first
place, and we couldn't map the response.
0 commit comments