Skip to content

Commit

Permalink
Add autoResetSynchronizationSourceChanges property
Browse files Browse the repository at this point in the history
  • Loading branch information
cristian-recoseanu committed Feb 6, 2025
1 parent 563cd67 commit a7c732d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ Devices MUST be able to reset the `synchronizationSourceChanges` counter propert
* When a sender activation occurs
* When a client invokes the `ResetSynchronizationSourceChanges` method

The `autoResetSynchronizationSourceChanges` property allows clients to configure if synchronization source changes automatically reset with each Sender activation (by default devices MUST have this enabled). If this is enabled, senders MUST reset the property to 0 after each activation. Devices MUST allow setting the `autoResetSynchronizationSourceChanges` property to a value of `true` and MAY allow setting the property to `false`. This supports use cases where users do not want to reset automatically after each activation.

When devices do not use external synchronization they MUST:

* Implement the synchronizationSourceId property and set its value to `internal`
Expand Down
Binary file modified docs/images/sender-model-minimal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/sender-model-synchronization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a7c732d

Please sign in to comment.