Function probe_mqtt
pub(crate) fn probe_mqtt(addr: &SocketAddr) -> boolExpand description
Probes the broker by performing a minimal MQTT v5 CONNECT/CONNACK exchange.
Returns true if the broker responds with at least one byte (the start of
a CONNACK), meaning the MQTT handler is fully up and accepting connections.