Hi Giuseppe,
I have used the setEarlyWSOpenEnabled two times, one with true and one with false, I have the client side logs for both case, however, the server side doesn't receive any connection...
Type: Posts; User: ManKeer
Hi Giuseppe,
I have used the setEarlyWSOpenEnabled two times, one with true and one with false, I have the client side logs for both case, however, the server side doesn't receive any connection...
I have a java LS client and HTML 5 Ls client, both of them are connecting to LS server.
The LS server is located behind the load balancer, the LS server running under https protocol.
The...
I have a java LS client and HTML 5 Ls client, both of them are connecting to LS server.
The LS server is located behind the load balancer, the LS server running under https protocol.
The...
old lightstreamer version 5.1.1 Colosseo
while the new light streamer version is 7.1.2
In addition, I have checked the <delta_delivery> and I found it not configured, the conf file just mentioned...
Hi,
I have an old version of lightstreamer (client and server), in this version, when no changes happened to the field, I receive "UNCHANGED".
Now, I 'm upgrading both the client and server,...
Hi,
I have a problem with receiving data from the server, I receive an array of data of length 81 up to 150. The strange behavior that the client receives up to 83 elements, and I can't receive...
Hi Giuseppe,
I want to tell you that finally I have solved the issue.
I have added the following JAR's to my java project build path.
1. netty-common-4.1.19.Final.jar from...
Hi Giuseppe,
My project is not a maven project, it's just java project, how can I get all dependencies which are needed by my project.
Definitely, I'm targeting my local server in both cases.
both of them wither the batch file or the java arguments are set to the same local server light streamer.
but unfortunately the batch...
I'm trying to run the Basic Stock-List Demo but I'm facing some issues.
when I run the Basic Stock-List Demo using the batch file , it's working perfectly.
I have downloaded the code of the...
I'm using the latest version of the lightstreamer server which is 7.2.1, and the latest Java SE Client SDK which is version 4.3.5,
when I try to create an instance of LightstreamerClient
...
Dear All,
I have an urgent issue. my clients are facing different delay in the updates. some of them are more recent than others, all customers connect to the same lightstreamer server and using...
Dario,
Thank you very much for your response and clarification.
But you mentioned that the messages are frequently repeated after 10:32, but unfortunately I noticed to many repeatitions before...
Dear Dario,
I have replied to your private messaeg with the uploaded LS.zip file which contains the light streamer logs, I hope these files will help you to find a solution for this issue.
I'm connecting to the light streamer server from an HTML5 client, the client uses a javascript code in order to connect to the light streamer, I have another java client which connects to the light...
Thanks Dario
I have already implemented it using :
Runtime.getRuntime().addShutdownHook
thanks
Hi,
Is there anyway to detect if the lightstreamer service is terminated in order to do some action before the termination of the lightsreamer.
How the server can notify the client that the subcription failed due to a specific error?
Based on the documentation, SubscriptionException will not notify the clients even if it was thrown,...
Thank you Dario for your suuport,
I have figured out the cause of this problem, I'm using smartUpdate with isSnapshot set to true in all cases, my solution is to pass true for the first call...
I have updated the original post
I'm getting the following error message:
Unexpected UPDATE command in snapshot for key KEY1. Event propagated in an inconsistent way.
Hi,
I have a plan to build a general adapter for my project, the idea is to build a single adapter which can respond with the data based on the customer requirements.
i.e.
if the client...