Hello,
I am setting up a Lightstreamer Java SE Client to connect to a third-party server utilizing the Lightstreamer Adapters. I am running into an issue however as I cannot get onSubscriptionError to be called in my listener to simulate an error, even when subscribing to non-existent items.

I thought maybe it was just that the third-party was just ignoring the request instead of giving back an error, however, I ran a simulator and coded in throwing a SubscriptionException from the SmartDataProvider subscribe() implementation and even this did not trigger onSubscriptionError() to be called.

How would I be able to set this up in my simulator to test error scenarios?

Thank you kindly.