Add option that able to use same websocket between two threads

Issue #211 wontfix
wai created an issue

I found that the plugin doesn't support sharing the websocket object between two threads, neither with other plugins.

you may see my original question here.
https://stackoverflow.com/questions/68264171/how-to-answer-incoming-ping-without-pausing-in-jmeter-websocket

Comments (3)

  1. Peter Doornbosch repo owner

    That is correct, you can’t share a connection between threads. This is by design.

    For most problems that people think this would be a solution for, there are simpler solutions. I answered your stackoverflow question.

    Regards

    Peter

  2. Log in to comment