I am getting a message when i lift sails as mentioned below:
info: socket error Error: read ECONNRESET
at errnoException (net.js:904:11)
at TCP.onread (net.js:558:19)
And , my process is not executed as well.
In my process , i am using socket.post method to process the data.
Is this socket error stopping my process execution?
What is the cause of this error ? How can i solve this ?
Please help me.