Hi,
can you please expand on the matter at hand?
What do you mean with
Then Lightstreamer would send only the subscribe message.
?
assuming you're using the robust version of the adapters, in the default adapters.xml it states that
this Metadata Adapter manages the case in which the remote
counterpart is missing, by just refusing all new requests from the
clients and storing all state change notifications that have to be
sent to the backend (namely, session closing and table closing
notifications).
In any case to track which client has subscribed to which item(s) you have to enable the tables notifications regardless of the remote adapters behavior
HTH