Hi femi,
thank you for this feedback.
Type: Posts; User: gianluca.finocchiaro
Hi femi,
thank you for this feedback.
Thank you very much Femi for your cooperation in analyzing this issue.
After having fixed a bug in the demo source code on a logging instruction, and tried to establish a session with IG by using...
Hi Femi,
consider that the Python demo is just an example of how to implement the Network Protocol, so it is possible that some corner case has not been taken into consideration.
Anyway, we'll...
Hi nimbusgb,
also consider that your use case looks good for our new brand product, MQTT.Cool, which brings the power of Lightstreamer's engine to the web. Basically, it is a web gateway that you...
Hi Mickael,
could you please send us the client side log snippet that puts in evidence the cut?
Thanks, Gianluca
Thanks for your feedback!
Regards,
Gianluca
Hi gramholo,
could you please show us the console log produced by the PHP process?
Thanks,
Gianluca
Original post from user "gramholo":
Hello,
I am trying to run PHP chat example from github.
I followed all steps and when I try to connect to server with client I get this error in server...
Hi Avilla,
I confirm that there are no plans for server 6.1, only version 7 is compatible with Java 9.
Thanks
Gianluca
Hi mahmoud ragaei ,
coulf you please confirm that you are using Lightstreamer Server v6.1?
Thanks
Gianluca
Hi Ian_944,
at this time Lightstreamer Server v6.1 is not compatible with Java 9, so please stick to version 7, which is currently marked as beta for now, but it's stable and ready for production...
Ok rkvino,
we need the LS server log to investigate the issue. Before that, please update lighstreamer_log_conf.xml as follows:
<logger name="LightstreamerLogger.subscriptions" level="DEBUG"/>...
Hi rvkvino,
please try to remove possible race conditions as pointed out earlier; after that, we will evaluate whether to proceed with code inspection.
Thanks and Regards,
Gianluca
Hi rvkvino,
it's very hard to understand what is going on from the code you shown, as it its not clear where it is located inside your adapter.
That said, at first glance it seems that you are...
Ok,
it was not clear to me that you were testing against IG. In this case, we can only inspect your client log files, provided that you have configured logging at DEBUG level.
Please send files...
Hi Majestrooo,
we need the log files produced by your Lightstreamer Server installation, under <ls_home>/logs.
Thanks
Gianluca
Hi majestrooo,
let me first clarify that the Lightstreamer Client Python package actually available from the pip repository is not provided by our company.
Could you provide us with a server...
Hi Mamoa,
thank you very much for this post, as you helped me find out a bug in the demo.
Actually, the 'values' dict should have been looked like the following:
{'values':...
Hi Mamoa,
it can certainly work, but the LSClient should be left as a general purpose Lightstreamer Client, hence I believe that your proposed logic should be put somewhere else, because it catches...
Hi paranic,
the php library included in some demos has only the purpose to show how it is possible to create a Remote Adapter Set by leveraging any language/platform that offers minimal socket...
Hi rvkvino,
please send an email to support@lightstreamer.com.
Thanks and Regards
Gianluca
Provided that your remote java adapter has all required logic to activate a server process (along with right handling of command line options), you should run the jar in a similar way as already ...
Hi rvkvino,
from your eclipse workspace, simply right click on the remote adapter project and then select "Export->Jar File".
Please let us know if it helps.
Thanks and Regards,
Gianluca
Hi strangecarr,
here a recap of the basic steps required to start a streaming session with IG platform:
Generate a new API key for the selected account (demo or live), as per instructions...
Hi rvkino,
after having exchanged some private message, it is now clear that TCP ports 6661 and 6662 are relative to the remote PHP Adapter Set.
Furthermore, it seems that you deployed the...