Currently all requests occur in serial, which is often not optimal.
We should emulate a browser, allowing up to 6 parallel requests when {wait: true} is not set on the request.
This would, somewhat, emulate how raw TCP modules work.
We should also provide a {skip_previous_wait: true} option for jumping the queue too.