Skip to content

Commit

Permalink
[Java] Pass relevantId with the response from the archive. Issue #523.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 5, 2018
1 parent b003686 commit 678507b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ void sendResponse(
final String errorMessage,
final ControlResponseProxy proxy)
{
if (!proxy.sendResponse(controlSessionId, correlationId, 0, code, errorMessage, controlPublication))
if (!proxy.sendResponse(controlSessionId, correlationId, relevantId, code, errorMessage, controlPublication))
{
queueResponse(correlationId, relevantId, code, errorMessage);
}
Expand Down

0 comments on commit 678507b

Please # to comment.