Websocket Check

Hi,

I have the following script:

.group(“UserConnecting”){
exec(ws(“OpenConnection”).open("/uname=${currentUser}")
.check(wsAwait.within(30).until(1).regex("""{.“messageType”:“presenceCountIncrement”,“username”:"${currentUser}".}"""))).exitHereIfFailed
}

I got the attached result and when looking at the response time of OpenConnection it is always less than 1 sec However the duration of UserConnecting exceeds 60 sec and my limit is of only 30 sec. Can someone explain how is this possible and if the check is actually being considered in the result?

Thank you.

Jamie

SampleB1R1MEAN.zip (507 KB)