GPRS_C_SDK icon indicating copy to clipboard operation
GPRS_C_SDK copied to clipboard

On tcp connection getting "Error: read ECONNRESET" on server side.

Open abhimanyunagar opened this issue 5 years ago • 1 comments
trafficstars

1. SDK version(SDK 版本)

{

csdtk42 SW_V2131_csdk

}


2. In what kind of operation problems appear, and how to reproduce the problem ?(什么样的操作步骤问题会出现,是否是稳定复现,如何复现问题?)

{

I am creating a socket connection by usnig server ip and port. On server side i am using a basic tcp server creating in node js.

Connection is successfully establish to server, but when i am sending data to server on server side i am getting error "Error: read ECONNRESET".

i am using demo_socket_nbio code (It is provided as sample code)

}


abhimanyunagar avatar Jul 28 '20 08:07 abhimanyunagar

+1

loverdeveloper avatar Feb 05 '21 22:02 loverdeveloper