How to Share Websocket connection through different Thread Groups

Issue #179 new
Former user created an issue

I need to use the existing websocket opened connection in another thread. Is there a shared variable for this?

Comments (1)

  1. Peter Doornbosch repo owner

    No. You can’t and its against the design philosophy of this plugin. It makes no sense to share a websocket connection, for example, where should received messages go?

    There is probably a better solution for your problem, but to help, i first need to know what you are trying to achieve.

  2. Log in to comment