I understand that LightStreamer drops updates to an item when there are no active subscriptions. LightStreamer logs these occurrences like so:

WARN |LightstreamerLogger.subscriptions|Thread-7 |Unexpected update for item foo.bar

I need to perform some logic when this occurs. I haven't been able to find how to handle this exception in the API. I would appreciate someone pointing me in the right direction.

Thanks!