Skip to content

Commit

Permalink
Update dictionary
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Feb 24, 2023
1 parent ffd41ac commit 8989bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/nats.dic
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@ const
stats_handler
schemas
filter_subject
metadata
2 changes: 1 addition & 1 deletion async-nats/src/jetstream/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Message {
/// let mut messages = consumer.fetch().max_messages(100).messages().await?;
///
/// while let Some(message) = messages.next().await {
/// message?.ack_with(AckKind::Nak).await?;
/// message?.ack_with(AckKind::Nak(None)).await?;
/// }
/// # Ok(())
/// # }
Expand Down

0 comments on commit 8989bc5

Please sign in to comment.