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
Now that tokio-rs/tokio#1444 has been merged we can reduce the usage of double framed outputs in the udp source. This should allow us to use BytesDelimitedCodec just like how it is used in the tcp source.