v0.6.1
What's Changed
This is a bug fix release with fixes for the following issues
GetChannelError
was accidentally private, making it impractical to handle errors fromtake_channel
/get_channel
- Build errors with
ggrs
feature on wasm - Regression: panic when ice candidates arrive after handshake completion #183
Merged PRs
- Make
GetChannelError
public by @johanhelsing in #199 - Update README.md by @simbleau in #196
- Fix panic when signal is received after handshake was completed by @tdzienniak in #204
- Add missing
ggrs/wasm-bindgen
dependency forggrs
feature by @johanhelsing in #206 - Release
matchbox_socket
v0.6.1 by @johanhelsing in #205
New Contributors
- @tdzienniak made their first contribution in #204
Full Changelog: v0.6.0...v0.6.1