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

More than one QNetworkAccessManager in same process on Symbian does not work properly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.8.0
    • 4.7.1
    • None
    • Symbian platform

    Description

      The current issue is that the whole bearer management on Symbian bases on a per-process
      POSIX layer (OpenC) functionality. If there are multiple entities (QNAMs) within the same process controlling the same setting without 'cooperatively synchronizing', there will be conflicts.

      To be able to fix this properly, we need to be able to control interfaces per socket, rather than per process --> this means that the symbian native socket migration needs to be in place (QTBUG-7274).
      (There was an attempt to fix this with current existing OpenC ioctls, but they resulted in extra connection selection UI queries displayed to user)

      Attachments

        Issue Links

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

          Activity

            People

              shkearns Shane Kearns
              juvuolle Juha Vuolle (closed Nokia identity) (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes