496380156d
added leak detection using the goleak library
2024-08-22 16:38:37 +02:00
61e95ab2eb
minor cleanup
2024-08-21 16:59:33 +02:00
ab5fdf4f7e
renamed ChannelReadWriter to ChannelReadWriteCloser.
2024-08-21 16:34:16 +02:00
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
d5c0206b9c
basic gobchannel tests now done.
2024-08-20 11:47:36 +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