Search:

Type: Posts; User: giuseppe.corti

Search: Search took 0.03 seconds.

  1. Replies
    23
    Views
    61,359

    Yes I confirm that you can use a client directly...

    Yes I confirm that you can use a client directly implementing the TLCP protocol with COMMUNITY edition by leveraging the parameter:

    <enabled_client_api>generic_client</enabled_client_api>

    of...
  2. Replies
    23
    Views
    61,359

    From a technical point of view you should only be...

    From a technical point of view you should only be sure that the version of TLCP you implement is compatible with the version of the server in use. For example TLCP version 2.2.0 targets Lightstreamer...
  3. Replies
    23
    Views
    61,359

    A flutter/dart client is in our roadmap, but not...

    A flutter/dart client is in our roadmap, but not in the very short term.
    But in the past we have suggested a workaround to those interested in the Flutter/Dart platform which consists of leverage...
  4. Replies
    23
    Views
    61,359

    Have you tried to approach all redis operations...

    Have you tried to approach all redis operations in the getJSON method (open the connection, retrieve the json and close)?
  5. Replies
    23
    Views
    61,359

    Hi, The error message seems not pertaining to...

    Hi,

    The error message seems not pertaining to redis but to the json parser.
    Please have a look at this...
  6. Replies
    23
    Views
    61,359

    Could you add a very simple log to file in your...

    Could you add a very simple log to file in your adapters? Just to understand what is going on.
  7. Replies
    23
    Views
    61,359

    Have you tried launching the script from a shell?...

    Have you tried launching the script from a shell? Have you noticed any error messages?

    However, an example of a java adapter launch script for linux that you can use as a reference can be found in...
  8. Replies
    23
    Views
    61,359

    Ok, you should check your server log looking for...

    Ok, you should check your server log looking for messages like these:

    Accepted connection (1) on the Notify socket on port 6721 from ...
    Accepted connection (1) on the Request/Reply socket on...
  9. Replies
    23
    Views
    61,359

    Hi, The server log confirms that http headers...

    Hi,

    The server log confirms that http headers Origin and username are valued in the request parsed by the server.
    Please be sure that the values are something you expect.


    Origin:...
  10. Replies
    23
    Views
    61,359

    Please could you leverage the following log...

    Please could you leverage the following log settings:

    <logger name="LightstreamerLogger.connections" level="DEBUG"/>
    <logger name="LightstreamerLogger.connections.http" level="DEBUG"/>

    With...
  11. Replies
    23
    Views
    61,359

    Hi, First I would check if http headers are...

    Hi,

    First I would check if http headers are actually present in the request and reach your adapter.
    Can you add some logs to your adapter to view the values for origin and un?
Results 1 to 11 of 11
All times are GMT +1. The time now is 05:17 PM.