py-libp2p/libp2p
mhchia 0b466ddc86
Add lock to RawConnection
To avoid `self.writer.drain()` is called in parallel.
Reference: https://bugs.python.org/issue29930
2019-08-22 22:53:47 +08:00
..
crypto Update pb 2019-08-22 22:53:46 +08:00
host Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
kademlia Run black and isort w/ the new config 2019-08-13 14:36:42 -07:00
network Add lock to RawConnection 2019-08-22 22:53:47 +08:00
peer Internalize the protobuf serialization to the concept of a Key 2019-08-20 19:01:36 +02:00
protocol_muxer Add lock to RawConnection 2019-08-22 22:53:47 +08:00
pubsub Update pb 2019-08-22 22:53:46 +08:00
routing Fix the rest of the typing hints (#232) 2019-08-11 16:47:54 +08:00
security Add lock to RawConnection 2019-08-22 22:53:47 +08:00
stream_muxer Add lock to RawConnection 2019-08-22 22:53:47 +08:00
transport PR feedbacks 2019-08-22 22:53:47 +08:00
__init__.py A working plaintext 2.0 without validation 2019-08-22 22:53:46 +08:00
exceptions.py Add ValidationError 2019-08-06 12:37:34 +08:00
typing.py Add delim_encode and delim_read 2019-08-18 19:51:04 +08:00
utils.py Add lock to RawConnection 2019-08-22 22:53:47 +08:00