nym
nym copied to clipboard
Add message id to service-provider request/response, without it we can't currently match response with request
Currently in e.g nym-nr-query we guess the matching request for each response by trying to be synchronous, but this is fragile and you can easily end up where you display the wrong response for the request
Either we add this to the top-level Request
, or if we don't need it for general service provider specific messages, add it into ControlRequest
(and also Socks5RequestContent
)