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

QWebSocket don't emit binaryFrameReceived signal

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • 6.5.1
    • WebSockets
    • None
    • WebAssembly

    Description

      I transfer binary data use WebSocket, in my case, data is 5MB, but here in WASM, the binaryFrameReceived signal has never emitted.

      Note: that binaryMessageReceived has normal emit, and the server has set the OutgoingFrameSize, which has been tested from 32kb to 512kb.

       

      The same code, I tested it on 5.15.2 (msvc) and 6.5.1 (mingw), both are normal. Only 6.5.1 (wasm) cannot emit signals.
      I'm wondering if this is a browser limitation? I am using Chrome(114) browser

      Attachments

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

        Activity

          People

            lpotter Lorn Potter
            jasonwong Jason Wong
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes