G
Guest
Hi group.
I've developed a client server application in c# 2003 (framework 1.1) for a
big customer. Since a few month we have a few very strange problems.
The server runs on srv 2003, but the problem also occurs on a xp machine.
We are connected to another server al the time. At undefined moments we do
not receive any data on the socket anymore, but we still can send. We
attached a sniffer to the network and saw that the other server still was
sending data and the packets are acknowledged.
Another problem with the same application: when we have 2 clients connected
and connect a third one everything goes well. But when the client disconnects
the 1st connected client has the same problem as the server2server
connecting. I debugged the code and saw that the server still (tries to) send
information to the client.
Everything the client sends is received and processed well.
I'm a but stuck now, because I receive no exceptions at all on the socket
components.
Maybe someone has some experience with this?
TIA,
Ed
I've developed a client server application in c# 2003 (framework 1.1) for a
big customer. Since a few month we have a few very strange problems.
The server runs on srv 2003, but the problem also occurs on a xp machine.
We are connected to another server al the time. At undefined moments we do
not receive any data on the socket anymore, but we still can send. We
attached a sniffer to the network and saw that the other server still was
sending data and the packets are acknowledged.
Another problem with the same application: when we have 2 clients connected
and connect a third one everything goes well. But when the client disconnects
the 1st connected client has the same problem as the server2server
connecting. I debugged the code and saw that the server still (tries to) send
information to the client.
Everything the client sends is received and processed well.
I'm a but stuck now, because I receive no exceptions at all on the socket
components.
Maybe someone has some experience with this?
TIA,
Ed