nim-libp2p-experimental/libp2p/protocols/pubsub
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
..
rpc removals (#159) 2020-05-06 18:31:47 +02:00
floodsub.nim Add PubSub observer+ hooks (they can modify as well) 2020-05-08 13:31:52 -06:00
gossipsub.nim Pubsub signatures flags (#161) 2020-05-06 11:26:08 +02:00
mcache.nim Cleanup (#55) 2019-12-10 14:50:35 -06:00
pubsub.nim handle a few exceptions (#170) 2020-05-14 21:56:56 -06:00
pubsubpeer.nim fix varint issues 2020-05-11 09:12:23 -06:00
timedcache.nim Make sure the library can compile with json logging in trace mode 2020-02-04 15:17:39 +01:00