|
Description
|
In order to ease diagnostics, in particular in a distributed setting, it would make sense to send back an error to the sender of an answer to an exchange that has already timed out.
Currently, the answer is simply ignored. With this change, the provider would get an error and it would reduce the chance of incoherent knowledge between consumer and provider.
|
In order to ease diagnostics, in particular in a distributed setting, it would make sense to send back an error to the sender of an answer to an exchange (sent with sendSync) that has already timed out.
Currently, the answer is simply ignored. With this change, the provider would get an error and it would reduce the chance of incoherent knowledge between consumer and provider.
See also PETALSCDK-160.
|