nim-libp2p/libp2p/protocols/pubsub
Jacek Sieka 16a008db75
fix connection event order when connection dies early (#351)
if the connection is already closed (because the remote closes during
identfiy for example), an exception would be raised which would leave
the connection in limbo, beacuse it would not go through the rest of
internalConnect.

Also, if the connection is already closed, the disconnect event would be
scheduled before the connect event :/
2020-09-04 20:30:26 +02:00
..
rpc fix connection event order when connection dies early (#351) 2020-09-04 20:30:26 +02:00
floodsub.nim Remove asyncCheck from codebase. (#345) 2020-09-04 18:30:45 +02:00
gossipsub.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
mcache.nim gossipsub / floodsub fixes (#348) 2020-09-04 08:10:32 +02:00
peertable.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
pubsub.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
pubsubpeer.nim Remove asyncCheck from codebase. (#345) 2020-09-04 18:30:45 +02:00
timedcache.nim gossipsub / floodsub fixes (#348) 2020-09-04 08:10:32 +02:00