Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-68614

QMqttConnection::ensureTransportOpen can't use correctly a secure socket in the connected state

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.12.0 Alpha
    • 5.11.0
    • MQTT
    • None
    • d94d4f987a40346c4e05a70eb8692359e2d1ef13

    Description

      This bug is similar to QTBUG-66955 but it happens when trying to use a valid and connected secure socket, e.g.:

       

      p_mqttClient->setTransport(secureSocket, QMqttClient::SecureSocket).

       

      As a workaround, you can use the following instead:

       

      p_mqttClient->setTransport(secureSocket, QMqttClient::AbstractSocket)

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            mkalinow Maurice Kalinowski
            adolfogc Adolfo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes