S
Stefan Weber
Hello
I have a problem with a socket connection. I open a connection to the
server, send some data and close it again. So far, so good. The problem
arises when I want to send more data (eg. 50kbyte). In such a case, the
Client always terminates with a SocketException and the message "broken
pipe". The server is fine (or at least there is no exception).
I was searching and found that this problem comes up when having an
idle connection. But this is not the case in my scenario: the
connection is opened and the sending immediatly begins (also, the
receiving works at the beginning!).
The same problem, when I send smaller packets of data each time, i.e.
50 times a packet of 1kbyte.
Does anybody have an idea what this could be?
Thanks in advance,
Stefan Weber
I have a problem with a socket connection. I open a connection to the
server, send some data and close it again. So far, so good. The problem
arises when I want to send more data (eg. 50kbyte). In such a case, the
Client always terminates with a SocketException and the message "broken
pipe". The server is fine (or at least there is no exception).
I was searching and found that this problem comes up when having an
idle connection. But this is not the case in my scenario: the
connection is opened and the sending immediatly begins (also, the
receiving works at the beginning!).
The same problem, when I send smaller packets of data each time, i.e.
50 times a packet of 1kbyte.
Does anybody have an idea what this could be?
Thanks in advance,
Stefan Weber