mirror of
https://github.com/esiur/esiur-js.git
synced 2026-04-03 21:48:21 +00:00
2.0.0
This commit is contained in:
@@ -71,7 +71,6 @@ export default class AsyncQueue extends AsyncReply
|
||||
|
||||
remove(reply)
|
||||
{
|
||||
console.log("REMOVE QUEUE");
|
||||
this.list.splice(this.list.indexOf(reply), 1);
|
||||
this.processQueue();
|
||||
}
|
||||
|
||||
@@ -153,7 +153,7 @@ export default class AsyncReply extends Promise
|
||||
this.chunkCallbacks = [];
|
||||
this.exception = new AsyncException();// null;
|
||||
|
||||
var self = this;
|
||||
//var self = this;
|
||||
|
||||
if (result !== undefined && !(result instanceof Function)) {
|
||||
this.result = result;
|
||||
|
||||
Reference in New Issue
Block a user