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. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
