Multiple client access in a wcf service
WPF
2
Posts
2
Posters
0
Views
1
Watching
-
I have a silverlight application which uses wcf service hosted in a wpf application, but when I try to connect more then one client the second client always waits until the first client completes the call.How can I make WCF to accept calls from multiple clients at the same time?
-
I have a silverlight application which uses wcf service hosted in a wpf application, but when I try to connect more then one client the second client always waits until the first client completes the call.How can I make WCF to accept calls from multiple clients at the same time?