I am throwing an SubscriptionException and its logged as below, but will it reach the client. I wanted to notify the client if the itemName used for subscription is invalid
ServerLog :Smile_Ah: HTML]|ERROR|LightstreamerLogger.subscriptions|SERVER POOLED THREAD 8 |Subscription error for item invalidKey[/HTML]
JavaAdapter :Smile_Ah: INDENT=2]
Inside subscribe method im throwing SubscriptionException
Client Listener :Smile_Ah: HTML]mySubscription.addListener({ onSubscriptionError :Smile_Ac: code, message)=>{
console.log('onSubscriptionError');
});[/HTML]
I am angular JS as client interface and java adapter.
ServerLog :Smile_Ah: HTML]|ERROR|LightstreamerLogger.subscriptions|SERVER POOLED THREAD 8 |Subscription error for item invalidKey[/HTML]
JavaAdapter :Smile_Ah: INDENT=2]
Inside subscribe method im throwing SubscriptionException
Client Listener :Smile_Ah: HTML]mySubscription.addListener({ onSubscriptionError :Smile_Ac: code, message)=>{
console.log('onSubscriptionError');
});[/HTML]
I am angular JS as client interface and java adapter.