hi,

i have three adapters say x,y and z.
each adapter make some calculations and push the result to the lightstreamer.
from the client side, each client do many concurrent subscribes to lightstreamer items.

the result at the client : data that come from the adapter (z) received late but that comes from the other adapters received without late.
but when the adapter (y) is disconnected from the lightstreamer, the data come from the adapter (z) without late.

what may cause that?