-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
One request triggers multiple event callbacks.
my config like this, but only one will work.
[
{
"description":"异步事件1",
"request":{
"uri":"/eventAsync",
"method":"get"
},
"response":{
"text":"eventeventAsync ..."
},
"on":{
"complete":{
"async":"true",
"latency":3000,
"get" : {
"url":"http://test-mysite/eventAsync01"
}
}
}
},
{
"description":"异步事件2",
"request":{
"uri":"/eventAsync",
"method":"get"
},
"response":{
"text":"eventeventAsync 2 ..."
},
"on":{
"complete":{
"async":"true",
"latency":5000,
"get" : {
"url":"http://test-mysite/eventAsync02"
}
}
}
}
]Metadata
Metadata
Assignees
Labels
No labels