We have an application which uses LightStreamer to stream data. It does this over HTTP.
I'm trying to performance test this application with LoadRunner.
I have two URLs: URL 1 creates a session id and stays open, this URL will continue to load URL 2 uses this session id to make requests. The response of each request will appear on URL1's page.
The issue I am having is that when I make the request for URL 1, I am unable to make subsequent requests while keeping this request open. I tried using the web_concurrent wrapper, but that creates issues because before I can make the request to URL 2 I need the session id which is returned from URL.
Getting the ID isn't an issue, executing a request while the first request is still running is the issue.
Has anyone successfully tested LightStreamer with LoadRunner before?
This was the only thing I could find online whereby someone else was doing the same thing: http://www.sqaforums.com/showflat.php?Number=685960
Unfortunately he no longer works with our company. I tried reaching out to him on LinkedIn but I have not had much luck.
Any help would be greatly appreciated!