Commit Graph

7 Commits

Author SHA1 Message Date
95204a9f5b modification for testability caused a panic when client tries to connect
to unknown agent.
2024-09-08 11:16:49 +02:00
e334554d4a multiple clients and agents. 2024-09-08 11:16:49 +02:00
1ec7241c95 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-09-08 11:16:49 +02:00
9bff8db297 connectClient now returns an error when unsuccessful. 2024-09-08 11:16:49 +02:00
d21f9c847f connectClient() extracted to make it easy to connect a client. 2024-09-08 11:16:49 +02:00
2accbaf3fe changes for testing agent connect by returning a synchronizer() function
that must be called after connect to synchronize data.
2024-09-08 11:16:49 +02:00
e03e7d7b9a work in progress for testing the matchmaker. 2024-09-08 11:16:49 +02:00