Skip to content

Releases: kyren/webrtc-unreliable

v0.6.0

01 Jan 21:24
Compare
Choose a tag to compare

v0.6.0

  • Support a shared Crypto instance between servers, useful on Firefox for
    multiple connections per page.
  • API incompatible change: Make Server::new sync.
  • API incompatible change: Add Runtime trait to be reactor agnostic, adds an optional tokio feature
    to provide the previous tokio implementation.