Commit Graph

6 Commits

Author SHA1 Message Date
Erik Brakkee
c3e77e6ef3 Fixed issue with throttling go routine not terminating. 2024-09-26 19:14:27 +02:00
db094d2a13 reverted changes to throttler for ignoring duplicate events. This caused
more problems since state is immutable but some state of agents and
client is not immutable so it ignored events that were not really
duplicates.
This reverts commit f6b0211336.
2024-09-08 11:16:49 +02:00
a99de52e56 throttler now ignoring duplicate events. 2024-09-08 11:16:49 +02:00
3776b86946 typo 2024-09-08 11:16:49 +02:00
9f90f9a2b8 now using a testsuite for the throttler tests. 2024-09-08 11:16:49 +02:00
6c6d396393 more generalization of how time is handled in the tests.
Asynchronous variant that is easier to use and multi-thread safe.
2024-09-08 11:16:49 +02:00