nim-libp2p/libp2p/protocols/pubsub
Dmitriy Ryajov 980764774e
pubsub timeouts tuning (#295)
* add finegrained timeouts to pubsub

* use 10 millis timeout in tests

* finalization

* revert timeouts

* use `atEof` for reads

* adjust timeouts and use atEof for reads

* use atEof for reads

* set isEof flag

* no backoff for pubsub streams

* temp timer increase, make macos finalize

* don't call `subscribePeer` in libp2p anymore

* more traces

* leak tests

* lower timeouts

* handle exceptions in control message

* don't use `cancelAndWait`

* handle exceptions in helpers

* wip

* don't send empty messages

* check for leaks properly

* don't use cancelAndWait

* don't await subscribption sends

* remove subscrivePeer calls from switch

* trying without the hooks again
2020-08-02 23:20:11 -06:00
..
rpc misc cleanups (#303) 2020-08-02 12:22:49 +02:00
floodsub.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
gossipsub.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
mcache.nim allow message id provider to be specified (#243) 2020-06-28 09:56:38 -06:00
peertable.nim Connections and pubsub peers cleanup (#279) 2020-07-17 13:46:24 -06:00
pubsub.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
pubsubpeer.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
timedcache.nim proper name for topics so that we can filter dynamically using chronicles (#210) 2020-06-10 10:48:01 +02:00