Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.5.1
Choose a base ref
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.5.2
Choose a head ref
  • 4 commits
  • 13 files changed
  • 2 contributors

Commits on Aug 1, 2023

  1. fix(webtransport): add proper framing

    WebTransport being a stream-based protocol, the chunking boundaries are
    not necessarily preserved. That's why we need a header indicating the
    type of the payload (plain text or binary) and its length.
    
    See also: socketio/engine.io@a306db0
    darrachequesne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d55c39e View commit details
    Browse the repository at this point in the history
  2. fix(webtransport): honor the binaryType attribute

    The Node.js client will now properly receive binary data as Buffers
    instead of ArrayBuffers, when connecting with WebTransport. Browser
    clients will still receive ArrayBuffers though (or Blobs, if
    `socket.binaryType` is set to "blob").
    darrachequesne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8270e00 View commit details
    Browse the repository at this point in the history
  3. refactor: reset ping timeout on any incoming packet (#706)

    The client will now match the behavior of the server.
    
    See also: socketio/engine.io@be7b4e7
    cdewbery authored and darrachequesne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ed34a45 View commit details
    Browse the repository at this point in the history
  4. chore(release): 6.5.2

    darrachequesne committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1097056 View commit details
    Browse the repository at this point in the history
Loading