So I am new to lightstreamer trying it on my local computer. What I observed while
debugging is it happens that notifyNewSession, notifySessionClose is getting called continuously in a session even if there is no internet fluctuation. My assumption after going through documents is when the client gets connected to server notifyNewSession will be called and when client ask to disconnect notifySessionClose will be called. It will keep connection active through the session. I am confused why it is behaving like this. Have I missed something in doc ? Or is it normal behaviour that it will continuously connect and disconnect even on a good internet connection.