feat(Rest): switch queue to AsyncQueue (#4835)

Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com>
This commit is contained in:
Antonio Román
2020-09-25 23:42:24 +02:00
committed by GitHub
parent 1e63f3756e
commit 32fe72f909
4 changed files with 135 additions and 70 deletions

View File

@@ -15,6 +15,7 @@ class APIRequest {
this.method = method;
this.route = options.route;
this.options = options;
this.retries = 0;
let queryString = '';
if (options.query) {