Hi All,

I am trying to do a stress tester with csharp Console Application. By now, I could do a simple application that creates a Thread and connects to LS Server.
By trying to do it with more than one thread all don't connect.
If I start the first thread and wait for it to begin receiving data, then start the second thread, the second thread doesn't receive data. It connects, subscribes, but doesn't receive data.
Do you control equal connections in your API? What about at server-side? Can it have some sort of control over connections from same IP?
About the connection: I'm connecting using the same logon to the server (User and Pwd).