Releases: ENQT-GmbH/remoc
Releases · ENQT-GmbH/remoc
v0.9.12
v0.9.11
v0.9.10
v0.9.9
v0.9.8
v0.9.7
Added
- rch::mpsc::Receiver::try_recv, error and take_error
- rch::mpsc::Sender::closed_reason
full-codecs
crate feature to activate all codecs
Changed
- An mpsc channel receiver will hold back a receive error due to connection failure
if other senders are still active. The error will be returned after all other
senders have been disconnected. - Fixes premature drop of RwLock owners.
v0.9.6
v0.9.5
Added
- rtc::Client trait implemented by all generated clients. This allows to
receive notifications when the server has been dropped or disconnected. - configuration options for transport queue lengths
Changed
- fix mpsc channel close notifications not being delivered sometimes
v0.9.4: Fix build when no default codec is set.
Changed
- fix build when no default codec is set