Docker.DotNet icon indicating copy to clipboard operation
Docker.DotNet copied to clipboard

Added MultiplexedStreamReader

Open The-TT-Hacker opened this issue 5 years ago • 1 comments

Added a simple reader for the multiplexed stream used for getting logs from containers which can read lines as strings. Also works with the service logs pull request i've made. Ideally the multiplex stream would extend the stream class or something so we can use the normal stream reader but this is working for me.

The-TT-Hacker avatar Oct 15 '20 05:10 The-TT-Hacker

@galvesribeiro I have updated this one with cancellation support.

ACoderLife avatar Sep 19 '22 01:09 ACoderLife