[Mono-bugs] [Bug 73006][Maj] Changed - Async sockets on MacOS

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 2 Mar 2005 16:23:23 -0500 (EST)


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 joe-mono@cursive.net.

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

--- shadow/73006	2005-03-02 15:24:03.000000000 -0500
+++ shadow/73006.tmp.6480	2005-03-02 16:23:23.000000000 -0500
@@ -85,6 +85,17 @@
 
 ------- Additional Comments From joe-mono@cursive.net  2005-03-02 10:45 -------
 Huh.  If the Mac was correct, then how are you supposed to do a non-blocking connect?
 
 ------- Additional Comments From gonzalo@ximian.com  2005-03-02 15:24 -------
 One option is to just use beginconnect, no Blocking = false
+
+------- Additional Comments From joe-mono@cursive.net  2005-03-02 16:23 -------
+Ah, OK.  I didn't realize:
+
+"The Blocking property has no effect on asynchronous methods."
+
+http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
+frlrfSystemNetSocketsSocketPropertiesTopic.asp
+
+Everything works fine without Blocking = false.  Thanks.
+