WebSocketException: Unable to connect to the remote server #845
danyromero-ebet
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @danyromero-ebet @danyromero-ebet can you also provide your example with K6 just for comparison? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure if this an issue of NBomber, that's why I posted here. I am following this document Initialize and populating Client Pool. I am trying to create 600 websockets connections previous to run any scenario:
After a couple of seconds NBomber throws an exception:
NBomber logs show the following:
As you can see after 507 connections issues appear, at this point the API gets unresponsive. The API is an ASP.NET application (.NET 8) using NATS and SignalR.
When I try with 200 websockets, all good no problem.
Similar test I have run with K6, just to test if my API is the cause of this issue however K6 can create 600 connections without issues.
Can you please assist on this? am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions