Skip to content

Commit 86661cf

Browse files
authored
Merge pull request #676 from epickrram/master
Use correct encoder when publishing stopReplay message to Archive
2 parents 42ce265 + c59d972 commit 86661cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aeron-archive/src/main/java/io/aeron/archive/client/ArchiveProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ public boolean stopReplay(final long replaySessionId, final long correlationId,
325325
.correlationId(correlationId)
326326
.replaySessionId(replaySessionId);
327327

328-
return offer(replayRequestEncoder.encodedLength());
328+
return offer(stopReplayRequestEncoder.encodedLength());
329329
}
330330

331331
/**

0 commit comments

Comments
 (0)