Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIXED] Stream config idempotency #4292

Merged
merged 1 commit into from Jul 7, 2023
Merged

[FIXED] Stream config idempotency #4292

merged 1 commit into from Jul 7, 2023

Commits on Jul 6, 2023

  1. Fixes a behavior where idempotency of re-defining the same stream mor…

    …e than once (with the same attributes) was broken due to the DeepEqual failing due to the StreamSource struct received from the client app not having a value for the `iname` structure field (as it's internal) but the StreamSource struct return from `mset.config()` would have it set.
    
    Signed-off-by: Jean-Noël Moyne <jnmoyne@gmail.com>
    jnmoyne committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e43c5f9 View commit details
    Browse the repository at this point in the history