fermi-ad / parameter_page_app

Web application implementing the Parameter Page.
MIT License
2 stars 1 forks source link

fix: :bug: Use `channelGenerator` to set `sec-websocket-protocol` header. #160

Closed beauremus closed 10 months ago

beauremus commented 10 months ago

Chrome wasn't accepting our secure websocket requests because of how the handshake was happening. This uses a different strategy to set the appropriate protocol header.