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

Commit

Permalink
🐛(endpoint): also clear _consumerTag on stop
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Apr 18, 2018
1 parent dac87da commit 0c4382d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Endpoint.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class Endpoint {
delete this._resuming
delete this._cold
delete this._consumer
delete this._consumerTag
delete this._stopping

return resolve(this)
Expand Down

0 comments on commit 0c4382d

Please sign in to comment.