[Mono-bugs] [Bug 78888][Cri] New - Async connects never connect
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 18 06:43:12 EDT 2006
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 alan.mcgovern at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=78888
--- shadow/78888 2006-07-18 06:43:12.000000000 -0400
+++ shadow/78888.tmp.6678 2006-07-18 06:43:12.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 78888
+Product: Mono: Class Libraries
+Version: 1.0
+OS:
+OS Details: XP SP2 and possibly others
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: alan.mcgovern at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Async connects never connect
+
+Description of Problem:
+On calling Socket.BeginConnect(....) i never proceed further through my code.
+
+Steps to reproduce the problem:
+1. Compile the attached testcase and run it.
+2. Console.WriteLine("Begin Connecting"); never gets called.
+
+Actual Results:
+The connect never succeeds
+
+Expected Results:
+Console should print:
+"Begin Connecting"
+"Connection Accepted"
+"Client succeeded".
+
+
+How often does this happen?
+Every time.
+
+Additional Information:
+Tested on Mono 1.1.13.6 and 1.1.16.1
More information about the mono-bugs
mailing list