tokio::io::AsyncRead #39
FallingSnow
started this conversation in
General
Replies: 1 comment
-
Hello @FallingSnow we are currently deprecating Read/Write for Bytes crate. More here #14 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why is
tokio::io::AsyncRead
not implemented forsrtp::stream::Stream
?Is it because it would require the user to read and unmarshal themselves (and prevent them from trying to unmarshal rtcp on a rtp stream)?
Beta Was this translation helpful? Give feedback.
All reactions