我无法使用设置engine = socketio的artillery.io进行连接,请在下面找到我的配置json
socket error {"type":"Transport error", "description":400}
"scenarios": [ { "name": "my test", "engine": "socketio", "flow": [ { "emit": { "channel": "command", "namespace": "command" } }, { "think": 1 } ] } ]
发布于 2018-04-04 14:12:17
"scenarios": [
{
"name": "my test",
"engine": "socketio",
"flow": [
{
"emit": {
"channel": "command"
"data": "hello"
"namespace": "/command"
}
},
{
"think": 1
}
]
}
]请尝试使用上述命令
https://stackoverflow.com/questions/44636970
复制相似问题