Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect to WebSocket/SignalR #5

Open
SaeedBolhasani opened this issue Dec 14, 2023 · 2 comments
Open

Connect to WebSocket/SignalR #5

SaeedBolhasani opened this issue Dec 14, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@SaeedBolhasani
Copy link

Hello!
I have a project and the base workflow starts when a SignalR method is called.
How can I connect to SignalR or Socket?

@SaeedBolhasani SaeedBolhasani changed the title Connect ot WebSocket/SignalR Connect to WebSocket/SignalR Dec 14, 2023
@rabelenda
Copy link
Contributor

Hello, very interesting question.

Right now the DSL does not provide (nor java or .net) any API for websocket, and the the .net version does not yet provide the wrapper module included in the Java version which allows you to use any existing JMeter elements, like the ones provided by existing websocket JMeter plugins (like this one: https://bitbucket.org/pjtr/jmeter-websocket-samplers/src/master/).

Adding support for the wrapper module should be pretty easy, adding an specific api for websocket would take a little longer.

Do you know at Websocket level what type of requests would you like to include in a test plan? Have you already created performance tests for such use case with any tools (JMeter included)? If so, can you provide a general example of the tests you do (obscuring any potential sensitive info).

@SaeedBolhasani
Copy link
Author

Hello again and thank you for responding
I've decided to use K6. You can find my usage in this link:
K6 socket sample
Since I am a .Net developer, let me know if you need an extra hand to complete it faster.
Thanks again.

@rabelenda rabelenda added the enhancement New feature or request label Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants