Hi,
Does the message remains 'Lightstreamer is connecting...' and never switches to "Lightstreamer is in streaming mode..." or "Lightstreamer is in smart polling mode..."?
If so this means that the web client is not yet connected to the Server, please re-check port/hostname/domain values and return back to me.
PS:

Originally Posted by
CitiMan
There is no javascript popup msgs
In our Portfolio code those messages could be disabled.
check these calls:
Code:
lsPage.context.setDebugAlertsOnClientError(false);
Code:
ls.context.setDebugAlertsOnClientError(false);
on index.html and lsengine_config.js
Turn false to true to enable messages.
Bye.
Bookmarks