Hi Experts,
We currently use Web Asyncs in our scripts to have the AUT stream data. This streamed data has to be validated in the scripts. We share the same callback function for multiple Push requests. The reason we do this is because the first Push request responds with an id which is used by the following Push requests. Ideally we would want to use a separate Push request for all the various Push request in our scripts.. Please suggest ways to do this.
Regards