Skip to content

Commit

Permalink
Update documentation for task UID behavior changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Apr 21, 2024
1 parent 47bec39 commit a021ac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[![GitHub Sponsors](https://img.shields.io/github/sponsors/mobizt?logo=github)](https://github.com/sponsors/mobizt)

`2024-04-21T09:52:53Z`
`2024-04-21T09:59:09Z`

## Table of Contents

Expand Down Expand Up @@ -657,7 +657,7 @@ In case 2, you can set the `UID` (unique identifier) to identify the task. The `
You can get the `UID` from `AsyncResult` via `AsyncResult::uid()`.

> [!NOTE]
> You cannot set `UID` to the `AsyncResult` directly as it will be overwritten, then the `UID` from the `AsyncResult` that defined by user in case 1 will always be empty.
> You cannot set `UID` to the `AsyncResult` directly as it will be overwritten, then the `UID` from the `AsyncResult` that defined by user in case 1 will always be the default `UID`.
> [!NOTE]
> The async client used in authentication task should be defined globally as it runs asynchronously.
Expand Down

0 comments on commit a021ac4

Please sign in to comment.