nym icon indicating copy to clipboard operation
nym copied to clipboard

Add message id to service-provider request/response, without it we can't currently match response with request

Open octol opened this issue 1 year ago • 0 comments

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)

octol avatar Jun 12 '23 07:06 octol