You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to bring life in some older rust code which is using UdpFramed and is splitting up the sink and stream.
When moving to a recent implementation of UdpFramed, the documentation states that is is possible to use split:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to bring life in some older rust code which is using UdpFramed and is splitting up the sink and stream.
When moving to a recent implementation of UdpFramed, the documentation states that is is possible to use split:
tokio/tokio-util/src/udp/frame.rs
Lines 30 to 32 in 43c224f
However, if I understand the PR to bring pack UdpFramed #3044 correct, the split functionality seems to be removed.
Is there something I need to define in addition to be able to use the split function or is the documentation misleading and possible could be removed?
Beta Was this translation helpful? Give feedback.
All reactions