mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-06 03:46:02 +08:00
set mq order matters to false
This commit is contained in:
parent
cfdc15fc8d
commit
8d874b876b
1 changed files with 1 additions and 1 deletions
2
mq/mq.go
2
mq/mq.go
|
@ -80,7 +80,7 @@ func SetupMQTT() {
|
||||||
logger.Log(0, "node metrics subscription failed")
|
logger.Log(0, "node metrics subscription failed")
|
||||||
}
|
}
|
||||||
|
|
||||||
opts.SetOrderMatters(true)
|
opts.SetOrderMatters(false)
|
||||||
opts.SetResumeSubs(true)
|
opts.SetResumeSubs(true)
|
||||||
})
|
})
|
||||||
mqclient = mqtt.NewClient(opts)
|
mqclient = mqtt.NewClient(opts)
|
||||||
|
|
Loading…
Add table
Reference in a new issue