Open MaxOvcharov opened 7 years ago
I have no idea how does it works and when query param initialised into artillery socketio client? Can you help me?
@hassy Can you help me with my problem?
I haven't been able to reproduce the issue (with a Node.js based server though). That doesn't mean there isn't an issue in Artillery, but I haven't had the time to look into it further.
Hi
I am trying to use artillery to test my socket.io server under artillery 1.6.0-2. I want to put query param while connecting to server. My artillery config file:
Here is a simple Socket.io server on Python:
When section with socketio param is activated there are no messages in sendMessage event. But if you remove this param every thing works fine.