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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 1 16:24:33 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 mono at magnet-i.com.

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

--- shadow/75436	2005-07-01 16:24:33.000000000 -0400
+++ shadow/75436.tmp.22254	2005-07-01 16:24:33.000000000 -0400
@@ -0,0 +1,44 @@
+Bug#: 75436
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: OS X 10.3
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System
+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
+
+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.
+
+Steps to reproduce the problem:
+1. Compile the example code from MonoDocs about Sockets - Asynchronous Server and Client
+2. Run the server, then run the client
+
+Actual Results:
+The server waits for connections. The client tries to connect, but times out. 
+When I tried with some other examples, the client does not get the callback function on 
+connection, connection does not happen, and it just hangs in there.
+
+
+Expected Results:
+The client should connect and the callback method should be called.
+
+How often does this happen? 
+Always.
+
+Additional Information:
+Tried a lot of other things. TcpClient class works with this server, connecting to the server via 
+Telnet works well. Tried checking if it was a DNS problem, but it is not. 
+
+Would appreciate a quick feedback on this, have a delivery tomorrow!


More information about the mono-bugs mailing list