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
- Add a missing changset for #887:
`stopSync` now blocks if a current sync is in progress before clearing the interval. An optional timeout can be defined, the default is 2 seconds. After this timeout it will throw.
TestHarness has been updated to stop sync before clearing storage, previously this caused an issue where an ongoing sync would attempt to sign messages for DID that no longer had keys after clearing storage.
#890 has been created to better address this by creating a signal to gracefully stop sync immediately.
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.
The text was updated successfully, but these errors were encountered: