transportFactory
Transport factory that constructs the MqttTransport for each connection.
Supply one from a transport module — TcpTransportFactory() from org.meshtastic:mqtt-client-transport-tcp or WebSocketTransportFactory() from org.meshtastic:mqtt-client-transport-ws. Combine both with + to accept either endpoint type. Required before MqttClient.connect.