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
Local file list and server file list are now built and kept updated while running, but there is no consistent layer between StorageWorkers and StorageWatchers. Keeping local and server file lists updated clearly is the job of the StorageWorkers, while the StorageWatchers should only raise consistent events when the watched storage changes.
Therefore there needs to be a consistent layer of communication between StorageWorker and StorageWatcher regarding event names and a consistent layer between StorageWatcher and InterfaceProvider regarding methods used for watching.
The text was updated successfully, but these errors were encountered:
Local file list and server file list are now built and kept updated while running, but there is no consistent layer between StorageWorkers and StorageWatchers. Keeping local and server file lists updated clearly is the job of the StorageWorkers, while the StorageWatchers should only raise consistent events when the watched storage changes.
Therefore there needs to be a consistent layer of communication between StorageWorker and StorageWatcher regarding event names and a consistent layer between StorageWatcher and InterfaceProvider regarding methods used for watching.
The text was updated successfully, but these errors were encountered: