Closed stevenvegt closed 1 month ago
also see #3408
@woutslakhorst was this fixed as part of the other issue?
@woutslakhorst was this fixed as part of the other issue?
missing credentials
will not cause it to stop refreshing. ErrDeactivated
is not a clause in client.go#refresh
to stop refreshing. Also in client.go#activate
there's no check. ListDIDs
from the SqlManager also just lists the DIDs and doesn't look at the status.
Proposal would be to check for deactivation in refresh and remove refresh record when deactivated.
After deleting (deactivating the DID documents) a subject, the discovery publisher keeps trying to publish the subject. Resulting in a spammy log:
Perhaps its possible to remove the subject from the Discovery publisher list?