hashgraph / hashgraph/did-sdk-java
Mirror listener subscribes from "now"
Offen
enhancement
- Vorherrschende Sprache
- Java
- Sterne
- 37
- Forks
- 19
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Problem**
The mirror listener subscribes from the current date/time, this could result in any messages sent while the listener was down to be missed. This is ok for demonstration purposes, but not sufficient for production use.
**Solution**
Subscription should start from the consensus timestamp (+1 nano) of the last notification.
**Alternatives**
There are no alternatives that would ensure no loss of notifications.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.