Hi,
I'm writting communication between two applications. First App send message to second and second send response on this same way. I have question about deadlock. In my theory when first application call SendMessage (which waiting for handle this message) and second application response by SendMessage too (and waiting for handle response message) then should be deadlock, am I right? But I am testing and there is no deadlock. Why? Event if I send 100 messages in loop, second application can reponse on all. I'm just lucky?
Regards