nim-libp2p/libp2p/stream
Jacek Sieka 74acd0a33a
fix channels not being reset (#439)
* fix channels not being reset

silly for loop..

* allow only one concurrent read
* fix mplex test race condition
* add some bufferstream eof tests

* deadlock, lost data and hung channel fixes

* prevent concurrent `reset` calls
* reset LPChannel when read is cancelled (since data is lost)
* ensure there's one, and one only, 0-byte readOnce on EOF
* ensure that all data is returned before EOF is returned
* keep running activity monitor for half-closed channels (or they never
get closed)
2020-11-17 08:59:25 -06:00
..
bufferstream.nim fix channels not being reset (#439) 2020-11-17 08:59:25 -06:00
chronosstream.nim make sure all streams are tracked (#422) 2020-11-04 21:52:54 -06:00
connection.nim fix channels not being reset (#439) 2020-11-17 08:59:25 -06:00
lpstream.nim fix channels not being reset (#439) 2020-11-17 08:59:25 -06:00
streamseq.nim logging fixes and small cleanups (#361) 2020-09-09 19:12:08 +02:00