Greetings Giuseppe!
I got the Lightstreamer DotNet Client Version 4 Demo working. I thought you might be interested in case this comes up with someone else.
Since you were not experiencing...
Type: Posts; User: Chuck
Greetings Giuseppe!
I got the Lightstreamer DotNet Client Version 4 Demo working. I thought you might be interested in case this comes up with someone else.
Since you were not experiencing...
In your demo for DotNet client 4.0.0, there is some code in the Log4NetLogging.cs file as follows
public ILogger GetLogger(string category)
{
lock (logInstances)
...
I just discovered that this may be a duplicate of the following forum post https://forums.lightstreamer.com/showthread.php?1922-License-not-valid-for-this-Client-version-lightstreamer
In which case,...
Thank you for your quick response.
First, I was mistaken. The onStatusChange listener reported "CONNECTING" not "CONNECTED". It was then followed by "DISCONNECTED". I misinterpreted it. Sorry....
I'm trying to create a proof-of-concept client in c# using Dotnet Standard Client version 5.0.5. It works when I point it at your push.lightstreamer.com DEMO server. When I point it at my data...