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

wasm: qwebsocketserver hangs

    XMLWordPrintable

Details

    Description

      When I try QWebSocketServer, the app freezes.

      There is also this message:

      QNativeSocketEngine::initialize unable to inline out-of-band data

       

      Which points to the server on webassembly platform is using QTcpServer.

       

      We can either fix QTcpServer for webassembly (by using a platform backend that directly uses WebSockets to mimic a server), and/or fix QWebSocketServer to use WebSockets backend.

       

      Attachments

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

        Activity

          People

            Unassigned Unassigned
            lpotter Lorn Potter
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            3 Vote for this issue
            Watchers:
            8 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes