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:
http://our_server.com.br/lightstream...f3fMec4T320897

PARAMS: LS_reqId=3&LS_op=add&LS_subId=3&LS_group=item1&LS_ schema=command+key+12+13+14+15&LS_data_adapter=BOO K_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=BOO K_ADAPTER&LS_mode=COMMAND

Thanks in advance.