py-libp2p/libp2p/stream_muxer
mhchia 4a689c7d57
Fix error when reset
If `Mplex` is cleanup first, `MplexStream.reset` possibly fails because
`Mplex.streams` is set to `None` in `cleanup`.
2019-09-19 15:55:27 +08:00
..
mplex Fix error when reset 2019-09-19 15:55:27 +08:00
__init__.py Migrate to new project structure. 2019-01-09 21:38:56 +03:00
abc.py Refactor mplex and start to add close detection 2019-09-19 13:56:05 +08:00
exceptions.py Add detection for disconnections in mplex 2019-09-19 15:55:26 +08:00
muxer_multistream.py Refactor mplex and start to add close detection 2019-09-19 13:56:05 +08:00