File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.6.0]
2+ - Support a shared ` Crypto ` instance between servers, useful on Firefox for
3+ multiple connections per page.
4+ - API incompatible change: Make ` Server::new ` sync.
5+ - API incompatible change: Add ` Runtime ` trait to be reactor agnostic, adds an optional ` tokio ` feature
6+ to provide the previous tokio implementation.
7+
18## [ 0.5.3]
29- Handle FORWARD_TSN support in SCTP when it is specified as an extension
310
Original file line number Diff line number Diff line change 11[package ]
22name = " webrtc-unreliable"
3- version = " 0.5.3 "
3+ version = " 0.6.0 "
44authors = [
" kyren <[email protected] >" ]
55edition = " 2018"
66description = " UDP-like (unreliable, unordered) communication between Javascript/WebAssembly and native Rust via WebRTC"
You can’t perform that action at this time.
0 commit comments