Is correct order of WCF TCP messages guaranteed for multiple sending threads?

Posted by mafutrct on Stack Overflow See other posts from Stack Overflow or by mafutrct
Published on 2010-04-17T13:29:37Z Indexed on 2010/04/17 13:33 UTC
Read the original article Hit count: 168

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf