latha
Hi,
I am new to .Net lightstreamer concept. I have no idea about how to connect the light streamer using two different data providers. All I need is the changes needed to do on web server to subscribe and send data using different port. Can anyone help me?
Thanks,
Latha
Dario Crivelli
You can include multiple Data Adapters in a single Adapter Set, so that they can be accessed by the same client session.
This is demonstrated by the predeployed demos in Lightstreamer package (see adapters\Demo\adapters.xml).
Any of the Adapters can be Remote Adapters. In that case, the related Proxy Adapters can be configured in adapters.xml. You should only ensure that the various ports used do not conflict. Then, you need to run all the Remote .NET Adapters separately.
Please, clarify your question details, if needed.
latha
Thanks for your information. Now, It is working fine.