Hello,

We're implementing lightstreamer server & client sides and I have some doubts about:

1. Do you have any doc or exemple about TLCP implementation with LS_mode=COMMAND ?

2. Is there any active test service to test this mode ?

3. I'm doing like this, it's correct ?

URL:
[url]http://our_server.com.br/lightstreamer/control.txt?LS_protocol=TLCP-2.1.0&LS_session=Sfc8201853eeeaf3fMec4T320897[/url]

PARAMS: LS_reqId=3&LS_op=add&LS_subId=3&LS_group=item1&LS_schema=command+key+12+13+14+15&LS_data_adapter=BOOK_ADAPTER&LS_mode=COMMAND
LS_reqId=4&LS_op=add&LS_subId=4&LS_group=item2&LS_schema=command+key+12+13+14+15&LS_data_adapter=BOOK_ADAPTER&LS_mode=COMMAND

Thanks in advance.