|
3574b64842
|
Server side sorting for the websessions page. No longer using LinkedMap as a result.
|
2024-09-08 11:16:49 +02:00 |
|
|
9f12b7bea4
|
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.
The matchmaker uses copy on write every time a new agent or client connects or disconnects.
|
2024-09-08 11:16:49 +02:00 |
|
|
96c62ab925
|
concurrency for the expiry time
|
2024-09-08 11:16:49 +02:00 |
|
|
fc7977f7bb
|
now using maps of Guid to Agent/Client in the state, working towards the definitive solution.
Using LinkedMap that preserves insertion order for the implementation and also added unit tests for that.
|
2024-09-08 11:16:49 +02:00 |
|
|
556315906d
|
introdcution of typesafe ids.
|
2024-09-08 11:16:49 +02:00 |
|
|
a06d8b0ca6
|
renamed converge package to matchmaker.
|
2024-09-08 11:16:49 +02:00 |
|