[Mono-bugs] [Bug 38186][Wis] Changed - Problem using Receive method of a Socket

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 17 Feb 2003 08:02:15 -0500 (EST)


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 carlosga@telefonica.net.

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

--- shadow/38186	Mon Feb 17 07:50:03 2003
+++ shadow/38186.tmp.29152	Mon Feb 17 08:02:15 2003
@@ -86,6 +86,16 @@
 }
 
 ------- Additional Comments From dick@ximian.com  2003-02-17 07:50 -------
 Socket.Available can change between the array initialisation and the
 call to Receive.  Try putting some delay between the two and see it
 break on the ms runtime too.
+
+------- Additional Comments From carlosga@telefonica.net  2003-02-17 08:02 -------
+Hello:
+
+>>Try putting some delay between the two and see it
+>>break on the ms runtime too.
+
+I think this is not a solution because code below works as expected in
+MS .Net it raise exception but wait some seconds until raise it, and
+exception raised in MS .net is of different type as mono exception.