Commit Graph

6 Commits

Author SHA1 Message Date
22986af20d multiple clients and agents. 2024-08-24 21:17:56 +02:00
1b98b0fa90 now asserting succesful client creation after calling connectClient()
THis way conenctClient(0 can be used also for cases where client
connection
is not successful.
2024-08-24 20:44:12 +02:00
f16d228f6f connectClient now returns an error when unsuccessful. 2024-08-24 20:43:20 +02:00
d1f646e7eb connectClient() extracted to make it easy to connect a client. 2024-08-24 19:57:02 +02:00
e1bf733ebb changes for testing agent connect by returning a synchronizer() function
that must be called after connect to synchronize data.
2024-08-24 19:48:53 +02:00
ba8bd15cf7 work in progress for testing the matchmaker. 2024-08-23 21:10:01 +02:00