Unexpected frame type error occurs when using two threads to run the test with request-response sampler

Issue #34 closed
Former user created an issue

It is working fine with 1 thread but this error randomly occurs when having two or more threads running continuously, could you fix it?

Response code: Sampler error: unexpected frame type. Response message: Received: Close frame with status code 1000 and close reason 'null'

Comments (2)

  1. Peter Doornbosch repo owner

    The problem is most likely in your test plan (or your server). For some reason, your server is sending a close frame. Maybe you are using the same session key for different connections?

    This plugin has been used with 1000's of concurrent connections, so i'm pretty confident it works ;-). However, if you think you discovered a bug, you must provide much more information of what exactly is happening or (preferably) provide a reproduction scenario. If i can reproduce the bug, i'll definitely fix it.

  2. Log in to comment