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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
