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

Remote Objects - WASM - Nested Event Loops

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • P3: Somewhat important
    • None
    • 5.15.0
    • Remote Objects
    • None
    • WebAssembly

    Description

      As noted in the Known Issues for WASM, Nested Event Loops are not supported in WASM, but several classes in the remoteobjects (eg, QConnectedReplicaImplementation) make use of QEventLoop class to wait on replies. This breaks things in WASM based applications. Is it possible for another solution can be found so RemoteObjects can work with WASM platform?

      For our application, we have used the WebSockets class to talk to a Source Node and it mostly works well - Except that I use QRemoteObjectPendingCall to get the return value from calling several methods on the Source Replica and that results in a exception on Firefox.

       

      Attachments

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

        Activity

          People

            bstottle Brett Stottlemyer
            fishwaldo Justin Hammond
            Votes:
            2 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes