File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ are not enabled by default. Publisher confirms are enabled at the channel level
4646via the ` CreateChannelOptions ` class:
4747
4848``` csharp reference
49- https : // github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L9 -L15
49+ https : // github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L11 -L15
5050```
5151
5252These options must be passed to every channel that you expect to use publisher
@@ -80,7 +80,7 @@ size equal to one-half of the allowed count of outstanding confirmations:
8080https : // github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L90-L102
8181```
8282
83- The ` MaybeAwaitPublishes() ` method is responsible for publishing a given batch of messages:
83+ This method is responsible for awaiting the publisher confirmations for a given batch of messages:
8484
8585``` csharp reference
8686https : // github.com/rabbitmq/rabbitmq-tutorials/blob/main/dotnet/PublisherConfirms/PublisherConfirms.cs#L108-L125
You can’t perform that action at this time.
0 commit comments