-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
base: dev
Are you sure you want to change the base?
Conversation
Hi @hotraygroup thanks for adjustments. Some comments:
For the example: There are 3 at the moment. Either you can add to one of them or write a new one. |
accidentally closed - now reopen |
code for release 2.1.1
docs(core): prepare for release v2.1.1 (hybridgroup#975)
Hi @hotraygroup , I'm going to set this PR back to draft since there is no progress yet. Feel free to fix the remarks and set it back to active. |
release: prepare for release 2.2.0
release: prepare for release 2.3.0
f352e12
to
ed0c79a
Compare
…mqttAdaptor := mqtt.NewAdaptorWithAuth(...); mqttAdaptor.SetOptionsFn(func(opts *paho.ClientOptions) {opts.WillPayload = []byte("goodbye")
usage: |
support setting extended client options via callback