Error code 0 while sending on socket
-
Hi there, Was wondering if anybody why i get this exception while sending data over a socket. I am using CAsyncSocket for socket connections. I am getting error code 0 when i catch the exception and call GetLastError(). I cant seem to be able to trace why this is happening as the error generates randomly. Any advice on how to handle this and i would really appreciate if somebody could help me out on this. Thanks
-
Hi there, Was wondering if anybody why i get this exception while sending data over a socket. I am using CAsyncSocket for socket connections. I am getting error code 0 when i catch the exception and call GetLastError(). I cant seem to be able to trace why this is happening as the error generates randomly. Any advice on how to handle this and i would really appreciate if somebody could help me out on this. Thanks
What's the exception that's thrown?
"Take only what you need and leave the land as you found it." - Native American Proverb
-
What's the exception that's thrown?
"Take only what you need and leave the land as you found it." - Native American Proverb
-
Hi there, Was wondering if anybody why i get this exception while sending data over a socket. I am using CAsyncSocket for socket connections. I am getting error code 0 when i catch the exception and call GetLastError(). I cant seem to be able to trace why this is happening as the error generates randomly. Any advice on how to handle this and i would really appreciate if somebody could help me out on this. Thanks
is it realyl an exception or is something returning 0? If its an exception, run it in the debugger and set the debugger to break on an exception. This will show you where its being thrown from and should give you some idea of whats going on. Usually 0 means success. Are you sure its really broken?