Google-Code-Fork / tibiaapi

Automatically exported from code.google.com/p/tibiaapi
MIT License
0 stars 0 forks source link

RawSocket Runtime Error #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Initiate the RawSocket using client.IO.StartRawSocket()

What is the expected output? What do you see instead?
My program should load like normal but instead it breaks in RawSocket.cs
and highlights this line:

mainSocket.IOControl(IOControlCode.ReceiveAll,              //Equivalent to
SIO_RCVALL constant
                //of Winsock 2
                                 byTrue,
                                 byOut);

Original issue reported on code.google.com by joebingham07@gmail.com on 18 Mar 2009 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by ian320 on 18 Mar 2009 at 1:37

GoogleCodeExporter commented 9 years ago

Original comment by geancarl...@gmail.com on 15 Apr 2009 at 1:46