decentralized-identity / decentralized-identity/web5-js
Have stopSync() stop an active ongoing sync instead of waiting for it to complete.
Open
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 56
- PR merge metrics
- No merged PRs in 30d
Description
Currently `stopSync()` waits for an ongoing active sync to complete before clearing the interval.
Implement a signal so that the actual sync operation can gracefully wind down.
Contributor guide
Assessment
This issue has not been assessed yet.