[Mono-bugs] [Bug 45875][Cri] Changed - Async Sockets Operations fail
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Sun, 6 Jul 2003 07:51:59 -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 giuseppe.greco@agamura.com.
http://bugzilla.ximian.com/show_bug.cgi?id=45875
--- shadow/45875 Sun Jul 6 07:35:29 2003
+++ shadow/45875.tmp.28087 Sun Jul 6 07:51:58 2003
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: Red Hat 9.0
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Critical
Component: System
AssignedTo: mono-bugs@ximian.com
ReportedBy: giuseppe.greco@agamura.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -111,6 +111,16 @@
How often does this happen?
Always.
Additional Information:
This application works fine with .NET on Windows.
+
+------- Additional Comments From giuseppe.greco@agamura.com 2003-07-06 07:51 -------
+Wait... The program above contains a small bug
+(Socket socket = (Socket) ar; instead of Socket socket = (Socket)
+ar.AsyncState);
+
+But I've still problems with async sockets... I'll come back soon.
+
+Gius_.
+