Replies: 1 comment
-
Taken from the
In your case, neither the I would recommend using a codec from tokio-util. Unlike what you said in the question, the |
Beta Was this translation helpful? Give feedback.
-
Taken from the
In your case, neither the I would recommend using a codec from tokio-util. Unlike what you said in the question, the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to define a method
read_packet()
, and use it intokio::select!
, but sometimes I get a negative length.I have tried
FramedRead
, but it also doesn't work intokio::select!
.Beta Was this translation helpful? Give feedback.
All reactions