Skip to content

0.7.0 - bug fix, custom headers, new tungstenite

Compare
Choose a tag to compare
@emilk emilk released this 10 Oct 13:08
· 4 commits to main since this release

ewebsock is a WebSocket client that work on both native and Wasm

Changelog

  • Fix crash when error_event does not have "message" or "error" fields #37 (thanks @romamik!)
  • Add Options::additional_headers and subprotocols #27 (thanks @Its-Just-Nans!)
  • Update to tungstenite 0.23 #39 (thanks @Its-Just-Nans!)
  • Add support for tungstenite 0.24 #46