[Mono-bugs] [Bug 75436][Wis] Changed - [MAC] Asynchronous Sockets - BeginConnect does not connect, TcpClient or Telnet can

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Sep 5 22:13:39 EDT 2005


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 gonzalo at ximian.com.

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

--- shadow/75436	2005-09-04 14:58:52.000000000 -0400
+++ shadow/75436.tmp.25195	2005-09-05 22:13:39.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: mono at magnet-i.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Asynchronous Sockets - BeginConnect does not connect, TcpClient or Telnet can
+Summary: [MAC] Asynchronous Sockets - BeginConnect does not connect, TcpClient or Telnet can
 
 Description of Problem:
 Working on Mono 1.1.7 on Mac OS X Tiger. The BeginConnect() call does not connect, nor calls 
 the callback method. The server is running in Async mode too. If I use the TcpClient class or 
 connect via Telnet, the connection works fine.
 
@@ -118,6 +118,17 @@
 In the Mono implementation, BeginConnect() is responsible for a lot 
 while EndConnect() is nothing but a few error checks.  I'm probably 
 wrong but it may worth someone who knows spending a few minutes 
 comparing the behaviour of the asynchronous features of the .NET 
 socket implementation with those in Mono.  Let me know if I can help.
 
+
+------- Additional Comments From gonzalo at ximian.com  2005-09-05 22:13 -------
+This is the output I get using HEAD on a x86. I'll try tomorrow wi
+-----------
+gonzalo at lalo:/tmp $ mono sa.exe
+socket
+begin
+False
+ec
+connected
+-----------


More information about the mono-bugs mailing list