You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by ramanadh ravinuthala <ra...@yahoo.co.in> on 2015/05/19 20:50:56 UTC

c# Thrift Client Unable to read data from Transport Connection

Hi All,
I am having a c# Thrift client which sends 100k chunk data to a c++ thrift server. After a few packets has been sent i am getting the foowing errors on the client.
"Unable to write data to the transport connection.A connection attemp failed because the connected party did not properly respond after a period of time,or established connection failed because connected host has failed to respond."
"Unable to read data from the transport connection.A connection attemp failed because the connected party did not properly respond after a period of time,or established connection failed because connected host has failed to respond."
can any one please help me in solving this issue.