hi there

I have created a simple app which accepts incoming calls from clients.
basically, when the application "listens" to the tcp port - the application just hangs, well it doesnt hang - it's doing its job however when the client says to the server "disconnect" - the server disconnects that session and all is normal - in other words it unfreezes the form

what can i do in order for this "freeze" event not to happen on the server app?

I know it has something to do with asynch? but i cannot find any understandable code to implement it into my solution

any ideas?