There is one WCF connection using TCP. Two threads on the server are written to this connection sequentially. Is it always guaranteed that the first message is first processed by the client? In my opinion, this should be guaranteed.
The "channel" is consistent, so I think the answer here is "Yes."
But with 2 (independent) threads, the value of the "first" is undefined.
I think that the question of Henk (what is meant by the "first" thread) is very interesting.
, , , Thread A Send() Thread B, Thread B ?
, , Thread B .
, , . WCF , ?
, TCP . , . .
Source: https://habr.com/ru/post/1741578/More articles:Authentication for SaaS - authenticationCan I get to the database from a custom binder? - asp.net-mvcNetBeans does not like libraries in lib-src - javalong php processes - phpSymfony: how to install a template from another module? - symfony1.NET Build Process - .netHow to run "make install" from Xcode - xcodeWindows Aero areas in native C # applications - c #Can a div with a certain height (in CSS) automatically scale? - htmlRegexp to extract data in brackets and commas - pythonAll Articles