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
Hello, I think logic here is not correct. After lost is emitted, this.close() is called and this.state = State.Revoked is set, so when on('lost')lease.revoked() === false.
The text was updated successfully, but these errors were encountered:
https://github.com/mixer/etcd3/blob/05b85c3e4085a0bb00a1c4ff7684935b6b2a1b61/src/lease.ts#L247
Hello, I think logic here is not correct. After
lost
is emitted,this.close()
is called andthis.state = State.Revoked
is set, so whenon('lost')
lease.revoked() === false
.The text was updated successfully, but these errors were encountered: