I am using locust for performance testing of my application. Have to test following scenario. Want to know if its supported in locust.
- Locust client sends post request to Application by setting callback url and timer.
- On expiry of timer, Application will send back the request on callback url by acting as server.
- Locust tool has to handle the request and respond back to server.
- Do we have support of handling server initiated messages on locust?
Please let me know if anyone come accross this kind of scenario.