llakhch

Results 3 comments of llakhch

we have 6 publisher(mqtt client only for publishing the messages) behind the load balancer and we get below error only in 3 publisher. we are using java paho library 1.2.1...

Bertrik Sikken is right here.Implements MqttCallbackExtended interface in ur mqtt client and override connectComplete. @Override public void connectComplete(boolean reconnect, String serverURI) { logger.error("reconnect called :: " + reconnect); if (reconnect)...

team this is production issue, any update would be appreciated.