Commit Graph

5 Commits

Author SHA1 Message Date
b4fb87134a using AssertReadData/AssertWriteData now where possible. 2024-08-22 17:01:04 +02:00
e0b6e644b6 added a few tests for inmemoryconnection. 2024-08-21 16:58:15 +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
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
c55c4aa365 fix for non-deterministic test. 2024-08-20 09:46:04 +02:00