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.
Share
The ‘channel’ is sequential, so I think the answer here is Yes.
But with 2 (independent) threads, the meaning of ‘first’ is not well defined.