Docker.DotNet
Docker.DotNet copied to clipboard
Added MultiplexedStreamReader
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.
@galvesribeiro I have updated this one with cancellation support.