7d25f39f5b
test for connecting clients and bidirectional communication to agent.
...
Required lots of rework since the GOBChannel appeared to be reading
ahead of the data it actually needed. Now using more low-level IO
to send the clientId over to the agent instead.
2024-08-22 16:16:02 +02:00
53534af27c
test for ListenForAgentEvents implemented.
2024-08-21 17:48:47 +02:00
ed04ac035a
discovered net.Pipe for testing tcp connnections which makes the
...
previously developed ChannelReadWriter and InmemoryConnection obsolete.
2024-08-20 11:28:09 +02:00
f88def71ec
channelreadwriter test done.
2024-08-20 09:39:22 +02:00
d5a6d70bc4
restructuring test code by introducing a testsupport package
...
Making it easy 6to start a porof server in tests.
2024-08-20 09:01:46 +02:00