Is correct order of WCF TCP messages guaranteed for multiple sending threads?
- by mafutrct
There is a single WCF connection using TCP. Two threads on the server write to this connection consecutively. Is it always guaranteed that the first message gets processed by the client first? According to my understanding it should be guaranteed.