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
DeltaManager should be able to use any IDocumentStorageService as its top level storage service, but currently RetriableDocumentStorage is required to be the top level so that dispose can be called. We should make all doc storage services "disposable" to increase flexibility.
Approach
Extend IDisposable from IDocumentStorageService
Add dispose methods to all doc storage services (even if they don't do anything) and pass through dispose calls to all internal doc storage services
This issue has been automatically marked as stale because it has had no activity for 180 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!
This issue has been automatically marked as stale because it has had no activity for 180 days. It will be closed if no further activity occurs within 8 days of this comment. Thank you for your contributions to Fluid Framework!
Work Item
Describe the outcome you expect
DeltaManager should be able to use any IDocumentStorageService as its top level storage service, but currently RetriableDocumentStorage is required to be the top level so that
dispose
can be called. We should make all doc storage services "disposable" to increase flexibility.Approach
Additional context
Follow-up to #5974
The text was updated successfully, but these errors were encountered: