[Mono-bugs] [Bug 53222][Maj] Changed - Asynchronous DNS methods hang on call to EndXXXX
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 23 Jan 2004 13:01:05 -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 jconley@winfessor.com.
http://bugzilla.ximian.com/show_bug.cgi?id=53222
--- shadow/53222 2004-01-22 14:00:17.000000000 -0500
+++ shadow/53222.tmp.26654 2004-01-23 13:01:05.000000000 -0500
@@ -87,6 +87,11 @@
Dim result As System.Net.IPHostEntry = System.Net.Dns.EndResolve
(ar)
System.Console.WriteLine("after endresolve")
_dnsLookupComplete.Set()
End Sub
End Class
+
+------- Additional Comments From jconley@winfessor.com 2004-01-23 13:01 -------
+Created an attachment (id=6510)
+Test case in CSharp that can be compiled and ran as a console application
+