MQTT Fallback IP

Hey there,
do you have any idea of how to create a fallback ip in case the MQTT Server is unreachable?

Thanks in advance
CrunkFX

If you are using MQTT in a Plugin you could do a try-catch & in the catch, connect to your alternate server. You cannot use a fallback IP for the non-plugin version.

OK thank you, i first have to get into JS a bit more. I just dont get it how to create the Client itself. I´ll stay on with this and let you know if i got some news.

CrunkFX