remove(String fingerprint) is never called for TusURLStore after a completed upload
The upload fingerprints are kept at the TusURLStore, this coul be a problem if a persistent URLStore is used as in the Android client where the PreferencesStore is used with this purpose.
Which is the expected behaviour? Should'nt be removed from the URLStore?
remove(String fingerprint)is never called for TusURLStore after a completed uploadThe upload fingerprints are kept at the TusURLStore, this coul be a problem if a persistent URLStore is used as in the Android client where the PreferencesStore is used with this purpose.
Which is the expected behaviour? Should'nt be removed from the URLStore?