Replies: 1 comment 7 replies
-
Is there a particular reason why transport is set to What version of Socket.io is that on the server also? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a Nodejs SocketIO server hosted in a Kubernetes cluster with 2 pods and I want to load test the same.
However, with the artillery test script below, I always get timeout errors.
socket-connect.yaml
The result
I also have the same server running locally (localhost:3000) & on an Azure App Service and I am able to connect to all 3 hosted servers via a simple ReactJS client. Although, I always get timeout error regardless of either of the targets.
Server code
Any help would be really appreciated.
Beta Was this translation helpful? Give feedback.
All reactions