Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
🐛 Try closing dead channels in case they're being leaked
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Jul 17, 2017
1 parent d4b7328 commit cafc102
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/assertions/bootWorkChannelPool.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ function bootChannelPool () {
})
},

destroy: (channel) => {
return Promise.resolve()
}
destroy: channel => channel.close()
}, {
min: 5,
max: 10
Expand Down

0 comments on commit cafc102

Please sign in to comment.