We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc50845 commit debb7a5Copy full SHA for debb7a5
internal/backend/mqtt/backend.go
@@ -85,6 +85,7 @@ func NewBackend(config BackendConfig) (*Backend, error) {
85
var err error
86
87
b := Backend{
88
+ qos: config.Auth.Generic.QOS,
89
clientOpts: paho.NewClientOptions(),
90
downlinkFrameChan: make(chan gw.DownlinkFrame),
91
gatewayConfigurationChan: make(chan gw.GatewayConfiguration),
0 commit comments