JMeter-WebSocketSampler icon indicating copy to clipboard operation
JMeter-WebSocketSampler copied to clipboard

unable send subprotocols in ws request

Open shtaigen opened this issue 3 years ago • 0 comments

        ClientUpgradeRequest request = new ClientUpgradeRequest();
        request.setSubProtocols("ocpp1.6");  //<====
        client.start();

shtaigen avatar Aug 17 '22 05:08 shtaigen