Commit Graph

5 Commits

Author SHA1 Message Date
Erik Brakkee
c3e77e6ef3 Fixed issue with throttling go routine not terminating. 2024-09-26 19:14:27 +02:00
4f97b29776 reduced min delay for events to 0.5 seconds. 2024-09-08 11:16:49 +02:00
6abcf0a7af go conventions: context should be first argument. 2024-09-08 11:16:49 +02:00
4444d6bbcd initial state is now sent again when the websocket connection is
established.
Also throttling based on user input. When browser sends multiple
messages per second the user will still only get one notification per
second at most.
2024-09-08 11:16:49 +02:00
3408e2893a moved all ui stuff to the ui package.
The structure of converge server is now much more clear in the package
// structure below pkg/server.
2024-09-08 11:16:49 +02:00