Skip to content

Commit

Permalink
fix: send chunked WebSocket frames in a single write (prevent RSV2/3 …
Browse files Browse the repository at this point in the history
…errs) (#309)
  • Loading branch information
rentallect authored Jun 28, 2024
1 parent b9fc739 commit c94588c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"@auth0/auth0-spa-js": "^2.0.4",
"@azure/msal-browser": "^2.38.0",
"@babel/runtime": "^7.17.9",
"@openziti/ziti-browzer-core": "^0.40.3",
"@openziti/ziti-browzer-core": "^0.40.4",
"bowser": "^2.11.0",
"cookie-interceptor": "^1.0.0",
"core-js": "^3.22.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1200,10 +1200,10 @@
"@types/emscripten" "^1.39.6"
"@wasmer/wasi" "^1.0.2"

"@openziti/ziti-browzer-core@^0.40.3":
version "0.40.3"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.40.3.tgz#e8513776220a26fe55d7e129bbeae49fab5c4dde"
integrity sha512-02r+Z6GbCeyyyjMvI6O9JAx8ehy231DlLIUKe1GtbNc+3QvfxSPPWjbrXaR/gF2VpRAvBtnfgSSY5CBzfo9J1A==
"@openziti/ziti-browzer-core@^0.40.4":
version "0.40.4"
resolved "https://registry.yarnpkg.com/@openziti/ziti-browzer-core/-/ziti-browzer-core-0.40.4.tgz#fb3ba646faf72819297cf700eedfba28799f2932"
integrity sha512-sEJ/IGP8pbOa3lPEOJGj7qb/yCg5Jv/6hu47gjnW/DC5MOvhLv/0zxH+OZ96NHDDprSW1SJcxkCjd+nmGOcOsQ==
dependencies:
"@openziti/libcrypto-js" "^0.19.0"
"@openziti/ziti-browzer-edge-client" "^0.6.2"
Expand Down

0 comments on commit c94588c

Please sign in to comment.