Hi sarbao,
When the notifyUser method throws an AccessException the Lightstreamer server prevents the client that made the request to successfully establish a working session.
Without an active session the JavaScript client is unable to make any further request to the server and also to receive any real time data.
On the client side, you should implement the
onServerErrorevent handler of the
ClientListener interface in order to handle the case with the desired behavior.
Please can you confirm that when your metadata Adapter throws the exception the onServerError handler is fired on the client side?
Regards,
Giuseppe