We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e01cb5 commit 74e5163Copy full SHA for 74e5163
README.md
@@ -479,6 +479,10 @@ with the UUID of the session.
479
In case of attempt to use an invalid format UUID or expired UUID, an error will
480
be thrown.
481
482
+Be careful, UUID here is a 16-bit string generated by
483
+[uuid.bin()](https://www.tarantool.io/en/doc/latest/reference/reference_lua/uuid/#lua-function.uuid.bin),
484
+not an object of type UUID.
485
+
486
Usage example:
487
Sometimes we need an ability to acknowledge a task after reconnect (because
488
retrying it is undesirable) or even acknowlegde using another connection.
0 commit comments