nim-libp2p/libp2p/protocols/pubsub/rpc
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
..
message.nim small cleanups & docs (#347) 2020-09-04 18:31:43 +02:00
messages.nim fix connection event order when connection dies early (#351) 2020-09-04 20:30:26 +02:00
protobuf.nim misc cleanups (#303) 2020-08-02 12:22:49 +02:00