converge/pkg
Erik Brakkee 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
..
agent using unbuffered channels everywhere now. Only change required was to initialize prometeus and the websessions before the matchmaker. This is because at startup the matchmaker wants to write a notification when it starts up but then prometheus and the websessions would not be there to read them. 2024-09-08 11:16:49 +02:00
comms reintroduced ClientInfo because it does appear to work. 2024-09-08 11:16:49 +02:00
models more docs. 2024-09-08 11:16:49 +02:00
server some additions to the matchmaker tests for unknown agents. 2024-09-08 11:16:49 +02:00
support reverted changes to throttler for ignoring duplicate events. This caused 2024-09-08 11:16:49 +02:00
testsupport work in progress for testing the matchmaker. 2024-09-08 11:16:49 +02:00