oh my god I get it now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
56cf63bb0a
commit
b65be4e913
@ -15,7 +15,7 @@ class MqttSubscriber() : MqttCallbackExtended {
|
|||||||
connOpts.userName = "birbnetes"
|
connOpts.userName = "birbnetes"
|
||||||
connOpts.password = "de4d2182".toCharArray()
|
connOpts.password = "de4d2182".toCharArray()
|
||||||
connOpts.isAutomaticReconnect = true
|
connOpts.isAutomaticReconnect = true
|
||||||
mqttClient.setCallback(MqttSubscriber())
|
mqttClient.setCallback(this)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun connectionLost(arg0: Throwable) {
|
override fun connectionLost(arg0: Throwable) {
|
||||||
|
Loading…
Reference in New Issue
Block a user