JACKY

Results 10 comments of JACKY

I added more websocket samplers without any messages sent out. Then one sampler will receive one following response. The issue is fixed partly but not perfect because I may have...

An improvement: add a loop controller to loop a sampler for receiving the response message in loop. e.g., sampler1: A --> B req 1 sampler2: A

When the thread group with many number of threads, the issue happened. But if I set the thread number as 1, the issue will never happen. What's the cause? Thanks!!!!!!...

Hi bpapez, How do you test with 320 concurrent users? I mean how to set up the test plan? Could you please show with a picture? Thanks a lot. As...

Same issue when I run a thread group with thread numbers larger than 1. Any existing solution to fix it?

When I track in the code, I see that the session is null actually (session.getRemote().sendString(message); ) and before that, onOpen method wasn't called.

Hi, I cannot find the source code in WebSocketSampler.java: URI uri = new URI(protocol, null, domain, -1, path , queryString, null); Could you give more detailed info? Thanks.

ceritandogan, Got it, thanks! The problem is eased but not fixed completely yet. Could you give the code fix details? Thanks! My problem is when I run a thread group...