-
Hello, there is no Am I missing something? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hm, unless I'm missing something, this even looks like a bug. When using a |
Beta Was this translation helpful? Give feedback.
-
Underlying writer access for |
Beta Was this translation helpful? Give feedback.
If you're using a buffered async writer, you have to call
flush
/shutdown
before the writer gets dropped. Seetokio::io
's "Buffered Readers and Writers":