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 276e107 commit b003686
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void sendOkResponse(final long correlationId, final long relevantId, final Contr
{
if (!proxy.sendResponse(controlSessionId, correlationId, relevantId, OK, null, controlPublication))
{
queueResponse(correlationId, 0, OK, null);
queueResponse(correlationId, relevantId, OK, null);
}
}

Expand Down

0 comments on commit b003686

Please sign in to comment.