Hello David,
The port is in use because the server listens on that port already,
otherwise the client could not send it to that server. You can make the
server listen on another port and then your application should act like
a proxy intercepting all data. See SocketSpy or gpHttpProxy for example.
Dont you connect to port 60500 instead of listening on it? Something is
already listening on that port.
Dan.
- Original Message -
From: "David Lewis" <[EMAIL PROTECTED]>
To: "ICS support mailing"
Sent: Tuesday, January 24, 2006 10:16 AM
Subject: [twsocket]
Hi,
I have a client service that connects and gathers data and then throws
this data out in a stream on port 60500. This client is 3rd party and I
cannot alter it. However, it is known to be working product.
What I need to be able to do is connect to that stream stream of data on
port 60500, a