Skip to content

Commit 74e5163

Browse files
oleg-jukovecLeonidVas
authored andcommitted
readme: add a note about identify() return value
The call returns a string value instead of an object of type UUID. It is not obvious. The patch adds a note about it into README.md. Closes #182
1 parent 2e01cb5 commit 74e5163

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,10 @@ with the UUID of the session.
479479
In case of attempt to use an invalid format UUID or expired UUID, an error will
480480
be thrown.
481481

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+
482486
Usage example:
483487
Sometimes we need an ability to acknowledge a task after reconnect (because
484488
retrying it is undesirable) or even acknowlegde using another connection.

0 commit comments

Comments
 (0)