socket error- Software caused connection abort. Error code : 10053
Action.c(16): Error : socket0 – Software caused connection abort. Error code : 10053.
Action.c(16): Error : socket0 – Software caused connection abort. Error code : 10053.
This error is caused by socket communication process, which is usually like this :
normal C/S communication process is:
Server Listen;
Client Connect;
Server Accept;
Client Send;
Server Recv;
Client Close;
Server Close
If the Client side does not actively close the connection and directly exits, the Server side thread will cause an error of 10053 (this error usually does not affect much), and if the Server first actively closes the connection in the communication process, the Client side will also cause an error of 10053
When the network is down, it usually means that the Client thinks the Server is down and yells 10053
Read More:
- What should be paid attention to in socket programming — bind socket error: address already in use
- Python TCP socket programming: send returns broken pipe error?
- socket error 10035
- Socket Error 104 bug
- filezilla Failed to create listen socket on port 21 for IPv4 solution
- [Windows] Socket Server Failed to bind, error 10048
- A solution to the error of asynchronous socket error 10053 in C + + Builder
- Could not sync socket: %1
- Error condition on socket for Sync: connection reused
- [PHP]stream_socket_client(): Failed to enable crypto
- The socket connection was aborted in WCF
- [Solved] Rabbitmq Warning: java.net.SocketException: socket closed
- Nodejs HTTP call error: socket hang up
- Centos6 suddenly cannot access the network VM communication interface socket family: failed
- [Solved] socket.gaierror: [Errno 8] nodename nor servname provided, or not known
- java.net.SocketException: socket failed: EPERM (Operation not permitted)
- About connection reset by peer: socket write error
- Creating Server TCP listening socket 127.0.0.1:6379: bind: No error
- socket.error : [errno 10048] and view PID process number and port number
- java.sql.SQLException : IO error: socket read timed out!