cloudsoft / winrm4j

Apache License 2.0
94 stars 53 forks source link

Add support for passing in a stringwriter #130

Closed duncangrant closed 4 years ago

duncangrant commented 4 years ago

This would allow a calling process to "see" stdout / stderr as they are produced. Fix closing writer early - which wasn't an issue when write was a stringwriter

nakomis commented 4 years ago

LTGM; Merging