Comments on: StreamReader.Peek can block!
http://jrwren.wrenfam.com/blog/2005/08/09/streamreaderpeek-can-block/
babblings of a computer loving foolMon, 21 Nov 2016 19:37:12 +0000hourly1https://wordpress.org/?v=4.7.2By: Rob
http://jrwren.wrenfam.com/blog/2005/08/09/streamreaderpeek-can-block/comment-page-1/#comment-30656
Tue, 10 Jun 2008 05:28:03 +0000http://little.xmtp.net/blog/?p=474#comment-30656I’m trying to read StandardOutput from System.Diagnostics.Process too and peek is blocking too (.net 1.1).
Damn, another messy hack to work-around the problem.