nim-libp2p-experimental/libp2p/muxers/mplex
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
..
coder.nim Cleanup resources (#246) 2020-06-29 09:15:31 -06:00
lpchannel.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
mplex.nim pubsub timeouts tuning (#295) 2020-08-02 23:20:11 -06:00
types.nim fix varint issues 2020-05-11 09:12:23 -06:00