openziti / ziti-browzer-runtime

The Ziti JS runtime auto-bootstrapped into a web app running under BrowZer
Apache License 2.0
5 stars 2 forks source link

WebSocket msgs with opcode 2 (binary) not handled properly #314

Closed rentallect closed 3 months ago

rentallect commented 3 months ago

We are sending a Uint8Array up the msg handling chain instead of an ArrayBuffer, which confuses the WewbApp.

rentallect commented 3 months ago

fixed in 0.61.4