[Mono-bugs] [Bug 74161][Nor] Changed - XmlTextReader.Read blocked when reading Xml from Network Stream

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 5 May 2005 07:36:20 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by atsushi@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74161

--- shadow/74161	2005-05-05 07:34:33.000000000 -0400
+++ shadow/74161.tmp.25079	2005-05-05 07:36:20.000000000 -0400
@@ -213,6 +213,11 @@
 ------- Additional Comments From atsushi@ximian.com  2005-05-05 07:34 -------
 Hmm, ok it sounds different problem. But it does not describe the
 reason that the example code posted above does _not_ block under
 MS.NET. Anyways am attaching the patch that uses nonblocking
 StreamReader (mostly copied from StreamReader + suggested change).
 
+
+------- Additional Comments From atsushi@ximian.com  2005-05-05 07:36 -------
+Created an attachment (id=15073)
+nonblocking reader patch; try it w/ your application
+