nim-libp2p/libp2p/stream
Dmitriy Ryajov 1de1d49223
Channel leaks (#413)
* break stream tracking by type

* use closeWithEOF to await wrapped stream

* fix cancelation leaks

* fix channel leaks

* logging

* use close monitor and always call closeUnderlying

* don't use closeWithEOF

* removing close monitor

* logging
2020-10-27 11:21:03 -06:00
..
bufferstream.nim Channel leaks (#413) 2020-10-27 11:21:03 -06:00
chronosstream.nim Channel leaks (#413) 2020-10-27 11:21:03 -06:00
connection.nim Channel leaks (#413) 2020-10-27 11:21:03 -06:00
lpstream.nim Channel leaks (#413) 2020-10-27 11:21:03 -06:00
streamseq.nim logging fixes and small cleanups (#361) 2020-09-09 19:12:08 +02:00