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
As showed in this snapshot, If I send a buf which comed from a tokio_util::codec::Framed, "the framed next" will be triggered continuously seems(just a guess) as until the buf sends finished
When I make a new pkt to send it instead of using the framed packet, this problem will be vanished.
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
-
As showed in this snapshot, If I send a buf which comed from a tokio_util::codec::Framed, "the framed next" will be triggered continuously seems(just a guess) as until the buf sends finished
When I make a new pkt to send it instead of using the framed packet, this problem will be vanished.
It's so confused for me, I don't know why
Beta Was this translation helpful? Give feedback.
All reactions