nim-libp2p/libp2p/muxers/mplex
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
..
coder.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
lpchannel.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
mplex.nim Properly track and close mplex handlers (#166) 2020-05-12 14:45:32 +02:00
types.nim fix varint issues 2020-05-11 09:12:23 -06:00