Re: [Mono-dev] BackgroundWorker.CancelAsync() behaves incorrectly?

2008-03-22 Thread Jordan Callicoat
Here is a simple test-case: using System; using System.Drawing; using System.Threading; using System.Windows.Forms; using System.ComponentModel; using System.Collections.Generic; namespace TestCase { static class Program { [STAThread] static void Main() {

[Mono-dev] Asynchronous sockets

2008-03-22 Thread Bassam Tabbara
From what I can see, Mono does not seem to use asynchronous sockets (even when using System.Net.Socket.Begin/End) on a Windows platform. Is this correct? Any plans to add this support? Thanks! Bassam ___ Mono-devel-list mailing list