Thao Phan

Issue #79 closed
Former user created an issue

Hi Peter,

I am having a problem where the Sampler result has returned the error:" Websocket I/O: read timed out". And nothing in the tab Request or Response Data so I can not conclude what is happening.

I have a script configured as follows:

  1. Websocket Open Connection
  2. WebSocket request-response Sampler (to log in users)
  3. Response Data of the sampler at #2 is big so I have added 29 WebSocket Single Read Samplers to read all response data returned at #2.
  4. Create a Loop Controller having two samplers under it as below: a. Websocket Single Read Sampler b. Websocket Single Write Sampler.

Note: For each sampler, the Connection is set to "use existing connection"

So the error " Websocket I/O: read timed out" I got only at the sampler set up at #4 a.

Can you please let me know your idea why I am getting this error?

Thank you Regards, Thao (Ms.)

Comments (3)

  1. Peter Doornbosch repo owner

    "Read timed out" means there was nothing to read within the given time. The plugin can't give you more information because there is no more information; it couldn't read anything, what else should it tell you???

    You are getting this error because your server is not sending any more data.

  2. Log in to comment