http://bugzilla.novell.com/show_bug.cgi?id=498507
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=498507#c4 Gonzalo Paniagua Javier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |INVALID --- Comment #4 from Gonzalo Paniagua Javier <[email protected]> 2009-04-28 10:55:31 MDT --- If you add a Thread.Sleep before the end of Main() you'll see that the connect callback is always called. I'm getting a SocketException (connection refused) with the IP I used. And the same results on windows. The problem is that Main exits and there are no more "foreground" threads running so the program might shut down the threadpool before the callback is called (in my case MS *never* called the callback before adding the Thread.Sleep). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
