how to close port?

W

wobbles

Hi Everyone,

The remoting NG seems to be very quiet lately, so I hope you don't mind if I ask
this question here.

My server application listens to client requests on a port (say 50,000).
When my client remotely calls (async one-way) it remains connected to the server
until it (the client) shuts down.

Because of this if I stop the server and try to restart it it tells me:
"Only one usage of each socket address (protocol/network address/port) is
normally permitted"

How can I disconnect my client after it has invoked the method?
Being ASync one-way, I would have thought that the connection is terminated as
soon as the message reaches the server?

Thanks in advance,
Wobbles
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top