when sending the first subscription requests to lightstreamer server we see exception in lightstreamer log.
the log file is showing an error:
ERROR|L.M.QUOTE_ADAPTER |UOTE_ADAPTER Reply...
Type: Posts; User: shirli_om2
when sending the first subscription requests to lightstreamer server we see exception in lightstreamer log.
the log file is showing an error:
ERROR|L.M.QUOTE_ADAPTER |UOTE_ADAPTER Reply...
In our system the Data adapter give the initial snapshot as the first client subscribes,
the snapshot is multiple events sent with "Add" command and 'isSnapshot' flag set to true,
The snapshot...
Thank you, it was an issue on client side not on LS server, solved
We have a command-based adapter set up with a client subscribing to specific item.
The sever send ADD and UPDATE commands which propagate successfully to the client with the specific key.
But...