Closed dima-bzz closed 3 years ago
Feel free to submit a PR with tests that fixes this.
Dear contributor,
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
If you use onOneServer and run multiple tasks, one task will wait for another. It seems to me that this should not work like that. This is because addPeriodicTimer is blocking and waiting for the job to complete and other jobs are also waiting.