diff --git a/src/Adaptive.Aeron/Image.cs b/src/Adaptive.Aeron/Image.cs index 18072c7..675d735 100644 --- a/src/Adaptive.Aeron/Image.cs +++ b/src/Adaptive.Aeron/Image.cs @@ -847,7 +847,7 @@ public int BlockPoll(BlockHandler handler, int blockLengthLimit) /// Reject this image. /// /// a String indicating the reason why this image is being rejected. - void Reject(string reason) + public void Reject(string reason) { Subscription.RejectImage(CorrelationId, Position, reason); }