Requests from a client without a response from the websocket.

Issue #3 resolved
Евгений Чусов created an issue

Hello Peter.

Great work on this Jmeter sampler. Requests from a client without a response from the websocket. What do you think of this idea?

Comments (3)

  1. Peter Doornbosch repo owner

    Good idea. It has always been my plan to add simple samplers for just sending or receiving a request, so users can build complex scenario's by combining different samplers. But until now i had other priorities.

    Still, i'm very curious for your use-case. Can you tell a bit more about what kind of scenario you want to test? (if you don't want to share it with everybody on the internet, you can mail me instead....)

  2. Евгений Чусов reporter

    Hello Peter.

    We develop a chat which is based on web sockets. When sending the single message to a chat and the server doing sending to all users who are joined to a chat. The user who sends the message doesn't wait answer from the server that is logical for web of sockets.

    The scenario which we want to use for our testing: connect 100 - 200 unique users to one chat who will send a set of messages.

  3. Peter Doornbosch repo owner

    Fixed. Next release (0.7) will contain a "single write sampler", that just writes a frame but does not expect a response.

  4. Log in to comment