Depending on the kind of problem, this kind of log comes in two versions:
- a short version, in which the log line terminates with the exception message;
- a long version in which the full...
Type: Posts; User: DarioCrivelli
Depending on the kind of problem, this kind of log comes in two versions:
- a short version, in which the log line terminates with the exception message;
- a long version in which the full...
The Adapter-side logs regard custom code and we aren't able to find clues about the update flow.
Until we have a clear identification of the problem as the user perceives it, I don't think that we...
Hi ManKeer,
We have looked at the logs, but we too cannot find evidence of increasing delays, nor do we notice health problems on LS Server.
Do you confirm that the client log you have sent us...
Since the Adapter Sets are isolated from each other because they are in different classloaders, they can communicate with the same techniques two different processes could use to communicate.
But if...
The grantedMaxFrequency is defined as "an upper limit on the frequency that may be imposed as a limitation in some specific editions of the product".
In the product page we refer to it as the "Max...
You cannot have no Metadata Adapter. If anything, you can configure the sample Metadata Adapter provided by Lightstreamer (namely the LiteralBasedProvider) and do without authentication and...
Both the "Data Provider" and the "Data Adapter" are custom components.
According to Figure 2, the Data Adapter is a java class written by you, which communicates with the Data Provider (which...
Hi,
A new public release of Lightstreamer is not planned yet.
In the meantime, we have uploaded a patched version (7.3.1) at this url:...
Yes, I managed to replicate the bug, but not to test the proposed workarounds.
I hoped that the "distinct snapshot length" setting could be set to unlimited, but now I realize that this is not...
I'm no longer sure the last workaround can work.
I cannot test the case today; I will come back to you tomorrrow.
I see. It seems that the two first events, the snapshot and the EOS, are enough to trigger the race condition (at 03:13:19,821) and the bug.
This means that, unfortunately, the conditions for the...
Hi, thank you for the detailed report.
This seems to be really a bug related to the combination of DISTINCT items, unfiltered dispatching, and snapshot handling.
Moreover, it is subject to a race...
Hi, there is an update.
The new Swift Client SDK 5.0, still in beta, is now available also on Cocoapods.
You can find installation instructions in the SDK project home.
Hence, distributions on...
The Server response to create_session includes the client IP as seen by the Server.
However, the behavior can be configured with the <client_identification> block within the configuration of the...
The dismissal of Cocoapods was due to some limitations, but it was mainly part of a migration from Cocoapods to Swift Package Manager.
Hence, the iOS Client SDK library is distributed on Cocoapods...
Hi ManKeer,
I asked for clarifications about the Server version because it was the only context information available, but actually the Server version is not relevant for a reduced frequency of...
Strangely enough, Server version 7.2.1 was not publicly released. Perhaps do you refer to 7.2.0 or 7.2.2?
There is no factory limitation of one update every three seconds, so the limitation can be...
Please find the corresponding answers below:
Yes, as long as at least one client is subscribed to, the subscription is kept.
When the last client unsubscribes, the server invokes unsubscribe()...
Hello,
The interface contract is that every time the session is terminated and a onFailure notification is sent, the notifications of the termination of the involved subscriptions are also sent....
Please consider that Lightstreamer is a general purpose tool which is focused on the data flow management. You may have found our General Concepts document, in which we clarify the kind of services...
Please clarify the relation of your last problem with the use of decoupled modules.
As it is expressed, the last problems seems a problem of integration of Lightstreamer in Angular and to apply to...
I assume that
const client = Lightstreamer.LightstreamerClient(lsServer, adapterSet)
stands for
const client = new Lightstreamer.LightstreamerClient(lsServer, adapterSet)
Also from your...
Hi,
If the modules are all part of the same page, they can share a pointer to the LightstreamerClient object and each one can use the same object to add its subscription requests, together with its...
Assuming that your setting of <max_recovery_length> was left as the default, we suggested to increase it to 5000.
Since it was already 5000, then try 15000.
The aim is to see if the recovery...
Hello,
We have received your logs. They show the frequent outages that your client experiences.
In practice, some time after a streaming session is established, the client receives no more bytes...