I am encountering a deadlock in c# socket communication beginreceive()

-2

I'm getting this exception

System.Net.Sockets.SocketException (0x80004005): An established connection was aborted by the software in your host machine at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)

c#
sockets
server
client
beginreceive
asked on Stack Overflow Feb 12, 2020 by user3007837 • edited Feb 12, 2020 by jalsh

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0