converge/pkg/testsupport
Erik Brakkee dca0772dc3 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-08-21 16:32:37 +02:00
..
bitpipe.go restructuring test code by introducing a testsupport package 2024-08-20 09:01:46 +02:00
channelreadwriter_test.go discovered net.Pipe for testing tcp connnections which makes the 2024-08-20 11:28:09 +02:00
channelreadwriter.go fixed issue with ChannelReadWriter for unbuffered channels. 2024-08-21 16:32:37 +02:00
inmemoryconnection_test.go fixed issue with ChannelReadWriter for unbuffered channels. 2024-08-21 16:32:37 +02:00
inmemoryconnection.go fixed issue with ChannelReadWriter for unbuffered channels. 2024-08-21 16:32:37 +02:00
utils.go discovered net.Pipe for testing tcp connnections which makes the 2024-08-20 11:28:09 +02:00