[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
Wed, 6 Apr 2005 02:56:03 -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-04-05 19:25:42.000000000 -0400
+++ shadow/74161.tmp.1882 2005-04-06 02:56:03.000000000 -0400
@@ -165,6 +165,13 @@
above.");
while (reader.Read()) // Never returns both under MS.NET and Mono
Console.WriteLine ("Read node");
}
}
+
+------- Additional Comments From atsushi@ximian.com 2005-04-06 02:56 -------
+The code you put is exactly the same as I put, right? It does block
+under MS.NET again, of course.
+
+I believe it is the same problem refered in bug #74279. That is, it is
+by design.