Files
simplex-chat/apps
sim 08219ffdab Refactor MessagesFetcherWorker
- Duration parameter was used for the timeout
- The actual duration was harcoded with delays
- When the worker times out, it means there are pending
messages, therefor a new worker must be restarted now
- Therefor we need to differenciate initialDelay and interval delay
- All of this is more efficient if we use ms instead of seconds

- We give an option to do not periodically restart the worker (intervalMs = 0)
- Add comments
2025-11-04 11:55:02 +01:00
..
2025-07-08 12:22:57 +01:00