Hi, the Request.Queue example in the docs is slightly incorrect, the use of r1 and r2 as variables
r1.send(); r2.send(); r1.send(); won't work as written because they are not declared as variables. Also, I initially misunderstood that the 'name' parameter to request should be unique for each request and somehow assumed that you could have named queues (as opposed to named requests). Not sure how I arrived at this conclusion but perhaps the docs for the addRequest name parameter could be enhanced a touch to say that the name needs to be unique for each unique request. Thanks for the great class! Paul
