[Mono-list] Async Sockets with List<ArraySegment<byte>> -- Does it work?
Ken98045
kkoch at centralert.com
Tue May 27 18:19:21 EDT 2008
Are async sockets with List<ArraySegment<byte>> supposed to work? I am
working with Mono on Windows (in prep for a port). I can get BeginReceive
to work using buffers, but not with List<ArraySegment<byte>>. Basically at
some point before the callback function is called I'm getting an Access
Violation exception.
I have written about the simplest possible test code, and haven't had any
luck. If this had not been implement I would think I'd get a "Not
Implemented" exception when BeginReceive was called.
The same problem occurs with BeginSend.
If necessary I can post the test source code, but I thought I'd ask first.
--
View this message in context: http://www.nabble.com/Async-Sockets-with-List%3CArraySegment%3Cbyte%3E%3E----Does-it-work--tp17501375p17501375.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list