converge/pkg
2024-08-15 22:16:20 +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-08-13 21:33:29 +02:00
comms 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-08-13 21:33:29 +02:00
models Separated out the metadata about the agents and clients from the agentConnection and clientConnection objects. Now, the state does not need to be copied anymore when sending notifications. 2024-08-15 22:08:24 +02:00
server Now using a map of ClientId to clientConnection which is more efficient for deleting clients. 2024-08-15 22:16:20 +02:00
support now using maps of Guid to Agent/Client in the state, working towards the definitive solution. 2024-08-15 21:04:31 +02:00