Re: [Mono-dev] Did anyone use SocketAsyncArgs in production?

2011-05-03 Thread Dfgqq Dfgqq
Hi.. I am far away from my workstation. I will try to post some stack trees within a few days. On Sun, May 1, 2011 at 8:25 PM, Alex wrote: > Hi, > > It would really help if you could post the exception that you're getting. > > Regards, > Alex > > 2011

[Mono-dev] Did anyone use SocketAsyncArgs in production?

2011-05-01 Thread Dfgqq Dfgqq
Hi All currently i am planning to migrate my tcp server from win32 to linux. However one of my piece of codes did fail with Mono 2.10 but works fine with .net 4.0. this piece of code is somehow like SocketAsyncArgs arg = new SocketAsyncArgs() .. after a while.. invoke arg.Dispose();