Commit Graph

6 Commits

Author SHA1 Message Date
e03e7d7b9a work in progress for testing the matchmaker. 2024-09-08 11:16:49 +02:00
6eef930232 renamed ChannelReadWriter to ChannelReadWriteCloser. 2024-09-08 11:16:49 +02:00
f82f656b50 fixed issue with ChannelReadWriter for unbuffered channels.
Was a concurrency issue int he Write method that retained the
slice p that was passed in, making concurrency issues much more likely
with unbuffered channels.
2024-09-08 11:16:49 +02:00
2e8107ddbd discovered net.Pipe for testing tcp connnections which makes the
previously developed ChannelReadWriter and InmemoryConnection obsolete.
2024-09-08 11:16:49 +02:00
3d0f343098 fix for non-deterministic test. 2024-09-08 11:16:49 +02:00
d3d4c7242a restructuring test code by introducing a testsupport package
Making it easy 6to start a porof server in tests.
2024-09-08 11:16:49 +02:00