Skip to content

Releases: najamelan/ws_stream_wasm

2019-08-02 - patch release

11 Aug 21:43
Compare
Choose a tag to compare
  • Fix incorrect link to changelog in readme

2019-08-02 Breaking change: Fix wakeup stream if connection closed externally

11 Aug 21:46
Compare
Choose a tag to compare
  • BREAKING CHANGE: Fix: Correctly wake up tasks waiting for a next message if the connection gets closed externally.
    This prevents these tasks from hanging indefinitely.
    As a consequence, WsStream::close now returns a Result, taking into account that if the connection is already
    closed, we don't have the CloseEvent. Instead a WsErr of kind WsErrKind::ConnectionNotOpen is returned.
  • update to async_runtime 0.3

2019-07-19 - Initial release

11 Aug 21:48
Compare
Choose a tag to compare