1.1.4 (2020-06-30)
- Fixes issue 9287
where operations that used theRequestResponseLink
and encountered an error
would fail to cleanup their internal timer.
This caused exiting the process to be delayed until the timer reached its timeout. - If none is present, add a unique id to
message_id
on the request to be sent when using theRequestResponseLink
. This helps in determining the right response for the request when multiple send requests are made in parallel.
PR 9503