P
Peter
I am trying to learn WCF, so I don't even know what info to post.
I have WCF service which works fine, but when I try to connect from more
then one client the second client always waits until the first client
complets the call. I had the same code with WebService and it worked just
fine, the program executed all the calls at the same time. How can I make
WCF to accept calls from multiple clients at the same time?
Thank You
Peter
I have WCF service which works fine, but when I try to connect from more
then one client the second client always waits until the first client
complets the call. I had the same code with WebService and it worked just
fine, the program executed all the calls at the same time. How can I make
WCF to accept calls from multiple clients at the same time?
Thank You
Peter