This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Changelog
New features and updates
- #4 Implement
AsyncReadandAsyncWriteforDataChannel- Use
PollDataChannelif you want the async version ofDataChannel
- Use
- #14 Allow acceptance of existing channels
DataChannel::acceptnow requires a third argument, which is a list of existing channels (can be empty)
API changes
-DataChannel::accept(&association, config).await
+DataChannel::accept(&association, config, &[]).awaitFull changelog: v0.3.3...v0.4.0