converge/pkg/comms
Erik Brakkee 0cd0b543a2 multiple clients connecting to multiple agents.
Clients cannot yet be started in parallel. due to subtle issue in test
setup with accept
2024-09-08 11:16:49 +02:00
..
agentlistener_test.go test for connecting clients and bidirectional communication to agent. 2024-09-08 11:16:49 +02:00
agentlistener.go multiple clients connecting to multiple agents. 2024-09-08 11:16:49 +02:00
agentserver_test.go using AssertReadData/AssertWriteData now where possible. 2024-09-08 11:16:49 +02:00
agentserver.go test for connecting clients and bidirectional communication to agent. 2024-09-08 11:16:49 +02:00
doc.go more docs. 2024-09-08 11:16:49 +02:00
events.go test for connecting clients and bidirectional communication to agent. 2024-09-08 11:16:49 +02:00
gobchannel_test.go added a few tests for inmemoryconnection. 2024-09-08 11:16:49 +02:00
gobchannel.go discovered net.Pipe for testing tcp connnections which makes the 2024-09-08 11:16:49 +02:00