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

support setting extended client options #889

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Jul 7, 2023

  1. Merge pull request hybridgroup#972 from hybridgroup/dev

    code for release 2.1.1
    gen2thomas committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    dc229f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request hybridgroup#976 from hybridgroup/dev

    docs(core): prepare for release v2.1.1 (hybridgroup#975)
    gen2thomas committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ba8136f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge pull request hybridgroup#1023 from hybridgroup/dev

    release: prepare for release 2.2.0
    gen2thomas committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bc0332f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Merge pull request hybridgroup#1054 from hybridgroup/dev

    release: prepare for release 2.3.0
    gen2thomas committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    ed0c79a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. fixed bug 683, support sets the MQTT client extended options, usage: …

    …mqttAdaptor := mqtt.NewAdaptorWithAuth(...); mqttAdaptor.SetOptionsFn(func(opts *paho.ClientOptions) {opts.WillPayload = []byte("goodbye")
    [email protected] committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c6ea194 View commit details
    Browse the repository at this point in the history