[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 07:50:03 -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 dick@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=38186
--- shadow/38186 Mon Feb 17 06:47:02 2003
+++ shadow/38186.tmp.16684 Mon Feb 17 07:50:03 2003
@@ -1,14 +1,14 @@
Bug#: 38186
Product: Mono/Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: NOTABUG
+Severity: Unknown
Priority: Wishlist
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: carlosga@telefonica.net
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -81,6 +81,11 @@
}
}
}
+
+------- 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.