Skip to content

Commit

Permalink
improve realtime docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato committed Aug 31, 2024
1 parent 0b1ccb4 commit cd6637c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/advanced-use/real-time-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ Your application subscribes to real-time flag updates by opening a long-lived
which is specific to its current environment.

When the environment is updated in some way, either via the Flagsmith dashboard or the
[Admin API](/rest#private-admin-api-endpoints), all clients connected to that environment's real-time stream will
receive a message containing the latest update's timestamp. If your application's latest flags are older than the
[Admin API](/clients/rest#private-admin-api-endpoints), all clients connected to that environment's real-time stream
will receive a message containing the latest update's timestamp. If your application's latest flags are older than the
received timestamp, it requests the latest flags from Flagsmith. When your application receives the latest flags, you
must propagate the latest flag state throughout your application as necessary.

Expand Down

0 comments on commit cd6637c

Please sign in to comment.