Search:

Type: Posts; User: Alessandro Carioni

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds; generated 6 minute(s) ago.

  1. Can you explain how to reproduce the error above?...

    Can you explain how to reproduce the error above?
    If I run the grid demo in my browser, there is no error.
  2. Replies
    2
    Views
    4,152

    The Lightstreamer Client SDK does not provide an...

    The Lightstreamer Client SDK does not provide an option to configure a timeout such that if a connection cannot be established within the timeout, then the client is forced to give up.
    However you...
  3. Since the Lightstreamer Client API is...

    Since the Lightstreamer Client API is asynchronous, blocking its threads can have unexpected results.
    However you can set a timeout by using a java.util.Timer (or equivalent asynchronous...
  4. What does the method switchToAlternateConnection...

    What does the method switchToAlternateConnection do exactly?
    Does it call a blocking operation such as wait() or similar commands?

    Indeed you don’t need to block a thread in order to wait for the...
  5. Replies
    3
    Views
    4,794

    Hello, This error is thrown when you pass to...

    Hello,

    This error is thrown when you pass to ItemUpdate.getValue a field position that is not part of the underlying Subscription.
    Pleas keep in mind that field positions starts by 1. Maybe did...
  6. Replies
    3
    Views
    4,794

    I’m sorry but the image is so blurred that I’m...

    I’m sorry but the image is so blurred that I’m unable to read it.

    Which is the message of the exception?
    Which method throws it and what are the arguments?
  7. Replies
    1
    Views
    3,677

    Hello, When the client is disconnected, all...

    Hello,

    When the client is disconnected, all the subscriptions are lost and you don’t have to make any unsubscritiptions. Then, when it gets reconnected, the client issues again all the...
  8. It seems a problem related to aiohttp, a library...

    It seems a problem related to aiohttp, a library used by the Lightstreamer Client to make http and websocket connections.
    I really don’t know why it happens but you can try the workaround suggested...
  9. Hello, Please activate the client logger (see...

    Hello,

    Please activate the client logger (see the snippet below) and post here the output.

    var loggerProvider = new SimpleLoggerProvider();
    loggerProvider.addLoggerAppender(new...
  10. Hello, If you need to pass through a proxy,...

    Hello,

    If you need to pass through a proxy, you have to set it explicitly by using the method ConnectionOptions.setProxy.

    For example

    client.connectionOptions.setProxy(new Proxy("HTTP",...
  11. I've just released the Python Client SDK 1.0.2...

    I've just released the Python Client SDK 1.0.2 which should fix the issue with Anaconda.
    Check it out when you can.
  12. Have you tried to run your script from the...

    Have you tried to run your script from the Anaconda Prompt?

    To open Anaconda Prompt:

    - Windows: Click Start, search for Anaconda Prompt, and click to open.
    - macOS: Use Cmd+Space to open...
  13. The error is from a third-party library used by...

    The error is from a third-party library used by the Lightstreamer Python Client, which tries to print some logs to the virtual console of the Spyder IDE. It seems that this console has some...
  14. Hello, Unfortunately, we have no experience...

    Hello,


    Unfortunately, we have no experience with Anaconda and Spyder IDE.
    Can you suggest what tools we need to install to reproduce your environment?
  15. Hello, It seems that the server...

    Hello,


    It seems that the server push.ls-tc.de is a very old Lightstreamer version that doesn’t support the TLCP text protocol. Further it seems that it is configured to accept only the js...
  16. Hello, The text protocol is also supported by...

    Hello,

    The text protocol is also supported by the old servers. So the simple client outlined in this demo is still valid.
  17. Hello, We have recently released a...

    Hello,


    We have recently released a fully-featured Python Client for Lightstreamer on Pypi.
    As a simple example, you can look at this demo.
  18. Replies
    3
    Views
    10,849

    The log shows that you don’t have a license to...

    The log shows that you don’t have a license to use the iOS client library.
    If you are evaluating the product, yon can use a demo license by putting the value DEMO in the elements <license_type> and...
  19. Replies
    3
    Views
    10,849

    Hello, I am sorry but the TLCP version is not...

    Hello,

    I am sorry but the TLCP version is not customizable because it is a requirement about the capabilities of the Lightstreamer Server which are needed by the plugin.

    However the source code...
  20. As I have already said, the step by step...

    As I have already said, the step by step instructions to configure and run the react demo are in the Readme.
    Have you followed those instructions?
    If the answer is no, please follow them.
    If the...
  21. Please, can you send me the entire log as a text...

    Please, can you send me the entire log as a text file at support@lightstreamer.com?

    Thank you
  22. Hello, What server version are you using? It...

    Hello,

    What server version are you using? It is strange that the server doesn’t log anything. Please make sure that, when you are debugging the server in a test environment, the logger named...
  23. Replies
    11
    Views
    31,607

    Hello, The attached log doesn’t seem...

    Hello,


    The attached log doesn’t seem complete. Can you send the full log at support@lightstreamer.com?
  24. I’m not sure I understand correctly your...

    I’m not sure I understand correctly your question.
    Do you want to simulate the requests/responses traveling on the wire when a Lightstreamer client talks to a Lightstreamer server?
    If this is your...
  25. Lightstreamer Client Library is based on the TLCP...

    Lightstreamer Client Library is based on the TLCP application protocol, that uses HTTP and Websocket as transport protocols. Since TLCP is stateful, it is more difficult to mock a server based on it...
Results 1 to 25 of 66
Page 1 of 3 1 2 3
All times are GMT +1. The time now is 07:50 AM.