I have self hosted net tcp WCF service that exposes two methods and the service is not thread safe and it is (PerSession) .
I found that my colleague developer who is using the service, accesses the same service object from different threads, and till now it works fine.
So I am asking if you have parallel call from the same client then the service will serial? or I am wrong? and is that good to access wcf service object from different threads?