Hi Tango experts,
Could someone confirm that the order of receiving events by a client emitted by a given server is maintained. Let’s imagine a situation where I have a device server with two devices. Device A has an attribute X and device B has an attribute Y. The client is subscribed to these attributes. The order of emitting events is the following: first the attribute X event is emitted and then the attribute Y is emitted (both events are emitted in the same execution thread). The client and the server runs on a different hosts. Could you confirm that the client will always receive first the event from the attribute X and then from the attribute Y. I have always assumed that (stream socket connection and a unique thread to handle events on the client) but I would be grateful for the confirmation :). And is it like this for both cases of notifd and zmq?
Many thanks!
Zibi