Merge pull request #408 from benjamg/patch-1

Tiny typo in example
This commit is contained in:
Emiel Bruijntjes 2021-08-02 08:39:32 +02:00 committed by GitHub
commit 2749d36a9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ channel.confirmSelect().onSuccess([&]() {
// deliveryTag is message number
// multiple is set to true, if all messages UP TO deliveryTag have been processed
}).onNack([&](uint64 deliveryTag, bool multiple, bool requeue) {
}).onNack([&](uint64_t deliveryTag, bool multiple, bool requeue) {
// deliveryTag is message number
// multiple is set to true, if all messages UP TO deliveryTag have not been processed