nim-libp2p/libp2p/stream
Dmitriy Ryajov e9d4679059
Race in connection setup (#464)
* check that connection is not closed or eof

* don't release connection lock prematurely

* test that only valid connections can be added

* correct exception type on closed connection

* add clarifying comment

* use closeWithEOF for more stable test

* misc comments

* log stream id in buffestream asserts

* use closeWithEOF to prevent races in tests

* give some time to the remote handler to trigger

* adding more tests to make codecov happy
2020-12-02 19:24:48 -06:00
..
bufferstream.nim Race in connection setup (#464) 2020-12-02 19:24:48 -06:00
chronosstream.nim adding libp2p tag to logScope (#465) 2020-12-01 11:34:27 -06:00
connection.nim adding libp2p tag to logScope (#465) 2020-12-01 11:34:27 -06:00
lpstream.nim adding libp2p tag to logScope (#465) 2020-12-01 11:34:27 -06:00
streamseq.nim logging fixes and small cleanups (#361) 2020-09-09 19:12:08 +02:00