Hi,
We are trying to capture the event stream response in the gatling which comes under Signal R Stream. Even though we create WS request we are unable to capture the response using Check
below are the headers of the request
"Accept: text/event-stream
User-Agent: Microsoft.AspNetCore.Http.Connections.Client/3.1.5
userId: xxxx
X-Requested-With: XMLHttpRequest "
The response under these are in messages
Also we are seeing continous streaming calls under request.
Hi slandelle,
I Have created SSE connection in the script and the session is only open for 10 - 20 seconds even though the wait time is 300 Seconds. we are getting below error
data: {“error”:“Handshake was canceled.”}%1E
The application that we are testing is for Thick Client application.