Hi,
I have a wcf client. The client calls a function and then closes.
If I use netstat there is only one connection.
I made an experiment. In the server function I put Thread.sleep(10000).
Then again I started the client.
With netstat I found out that there are 5 connections.
Why when the response is slow the client opens more connections than one ?
Regards