jluxyw
when i access a remote ls server by JavaScript for a test, it shows " License not valid for this Client version lightstreamer".
the code snippet just like below:
...
pushPage.context.setDomain("foo.com");
...
lsEngine.context.setDebugAlertsOnClientError(true);
lsEngine.connection.setLSHost("xxx.foo.com");
lsEngine.connection.setLSPort(8080);
lsEngine.connection.setUserName("user");
lsEngine.connection.setPassword("password");
lsEngine.connection.setAdapterName("MobileStreaming");
lsEngine.changeStatus("STREAMING");
...
anyone can gimme some advice, thanks a lot.
Mone
That message means that the client in use is newer than the license installed on the server.
To use that client with that server, assuming them are compatible, you need to change the server license.
To check the compatibility you should check the compatibility note available in the client SDK.