Winsock TCP SendData problem 
Author Message
 Winsock TCP SendData problem

Help!

My VB program is a TCP server, it has to accept connections from two
clients.  I do this by having one socket listening all of the time and then
accepting on a different socket each time I get a connection request.

When the first client connects everything is OK and I can send and receive
with no problems.

Some time later I connect to the second client it is happy and I can send
and receive data with no problems.

However, after the second client has connected, when I send data to the
first client it is not being received.

The state of both sockets is still connected, on the client machine the
connection is still established.

I get no error reported on the socket for the second client at any time.
However, the sendcomplete/sendprogress events are never triggered for the
second client.

I seem to be stuck in limbo.

Thanks

Margaret



Tue, 09 Apr 2002 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Winsock.SendData yields control to the OS in TCP mode

2. winsock problem sending large strings (winsock.senddata)

3. winsock senddata problem/question

4. Winsock.SendData Problem

5. problem with winsock.senddata

6. VB6: Winsock senddata problem - help!

7. Visual Basic Winsock senddata problem

8. WInsock SendData problem HELP

9. problem with WINSOCK.SENDDATA

10. Winsock SendData problems

11. Winsock SendData Problem?

12. Winsock SendData problem

 

 
Powered by phpBB® Forum Software