Skip to content

Commit ada4781

Browse files
committed
leave the value of NextPublishSeqNo unspecified when not in confirm mode
1 parent fcfe0da commit ada4781

File tree

1 file changed

+2
-2
lines changed
  • projects/client/RabbitMQ.Client/src/client/api

1 file changed

+2
-2
lines changed

projects/client/RabbitMQ.Client/src/client/api/IModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ public interface IModel: IDisposable
143143
///== null.</summary>
144144
bool IsOpen { get; }
145145

146-
///<summary>Returns the sequence number of the next message to be published that requires confirmation. 0 if we are not in confirm mode.
147-
///</summary>
146+
///<summary>When in confirm mode, return the sequence number
147+
///of the next message to be published.</summary>
148148
ulong NextPublishSeqNo { get; }
149149

150150
///<summary>Construct a completely empty content header for

0 commit comments

Comments
 (0)