Hi shirli_om2,
One of the most probable reasons why a DELETE event is not propagated to the clients is that the key specified in the event does not match any of those present in the internal state of the server for that Item at the time the update arrives.
In that case the event is simply filtered out by the server as it does not produce any significant change to the status of the Item.
In any case to understand what happens in your specific case I would ask you to leverage DEBUG lever for these server logger settings (lightstreamer_log_conf.xml):
<logger name="LightstreamerLogger.subscriptions" level="DEBUG"/>
<logger name="LightstreamerLogger.subscriptions.upd" level="DEBUG"/>
<logger name="LightstreamerLogger.preprocessor" level="DEBUG"/>
<logger name="LightstreamerLogger.pump" level="DEBUG"/>
Please, if you can reproduce the issue with a dedicated test server (or in any case with few active client sessions at the time of the test) so that we can better isolate the test case, send us the server log file (Lightstreamer.log).
You could also provide us the log file via the
support@lightstreamer.com email.
Thank you,
Giuseppe