I have a user path that needs to open a Websocket Connection, perform some actions, and close that connection. However, I do not see any mechanism with which to trigger a close on the websocket connection.
i have recorded a simple flow which involves websocket using neo load , when i try to do a check user path observing error (at different requests) saying connection output is...
It's not clear from your description do you get that error in the web socket channel request or when a websocket request is executed?
If it's in the websocket channel do you...
I am trying to run some load tests on a web application due to be released in a few days. The web application is running on IIS 8/.NET 4.6.2 and uses SignalR/WebSockets quite...
Each virtual user should use a separate connection so if you have concurrency issue then it means that there are some dynamic parameters in your script that were not handled...
Hi Team
i have recorded native application successfully but while validating script getting " NL_network-01" error.
Please find the below details:
Error Code...
Ok you're right the HTTP 400 is not related to the network issue. Regarding if it's HTTP/1.1 or HTTP/2 it can't be HTTP/2 since your URL is not HTTPS but HTTP. So that's not...