nim-libp2p-experimental/libp2p/protocols/secure
Jacek Sieka 69abf5097d
handle a few exceptions (#170)
* handle a few exceptions

Some of these are maybe too aggressive, but in return, they'll log
their exception - more refactoring needed to sort this out - right now
we get crashes on unhandled exceptions of unknown origin

* during connection setup
* while closing channels
* while processing pubsubs

* catch exceptions that are raised and don't try to catch exceptions that are not raised

* propagate cancellederror

* one more

* more

* more

* make interop tests less fragile

* Raise expiration time in gossipsub fanout test for slow CI

Co-authored-by: Dmitriy Ryajov <dryajov@gmail.com>
Co-authored-by: Giovanni Petrantoni <giovanni@fragcolor.xyz>
2020-05-14 21:56:56 -06:00
..
noise.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
plaintext.nim remove white space 2020-03-09 13:26:38 -06:00
secio.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
secure.nim remove readLoop in secure protocols (#162) 2020-05-07 14:37:46 -06:00