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

[mqtt] Discovery services shall not unsubscribe unless they have already subscribed #10566

Merged
merged 5 commits into from
Aug 8, 2021

Commits on Apr 23, 2021

  1. [mqqt] do not allow unsubscribe unless already subscribed

    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    andrewfg committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6d4b890 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. [mqtt] avoid duplicates in listenerList; only (un)register topicd if …

    …listener in listenerList
    
    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    andrewfg committed Apr 25, 2021
    1 Configuration menu
    Copy the full SHA
    c0d00c9 View commit details
    Browse the repository at this point in the history
  2. [mqtt] rename "listenerList" local variables to "listeners"

    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    andrewfg committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    1abceca View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. [mqtt] added java docs

    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    andrewfg committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    1aaa0bc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. [mqtt] reviewer requested fixes to concurrency issues

    Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
    andrewfg committed May 2, 2021
    Configuration menu
    Copy the full SHA
    d394f2f View commit details
    Browse the repository at this point in the history