You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asyncdestroyAll(){// See: https://stackoverflow.com/questions/44410119/in-javascript-does-using-await-inside-a-loop-block-the-loop/44410481for(letqueueofthis._queuesPool){// TypeError: this.queuesPool is not iterableawaitthis.close(queue)awaitthis.destroy(queue)}}
The text was updated successfully, but these errors were encountered:
stitchng
changed the title
[Bug] HttpException cause the destroyAll method of Queue to throw error
[v0.1.6] HttpException cause the destroyAll method of Queue to throw error
Jun 25, 2019
stitchng
changed the title
[v0.1.6] HttpException cause the destroyAll method of Queue to throw error
[v0.1.6] HttpException causes the destroyAll method of queue to throw error
Jun 25, 2019
Package version
v0.1.5
Node.js and npm version
v10 - NodeJS
v6 - NPM
Actual Code (that causes the issue)
The text was updated successfully, but these errors were encountered: