Commit Graph

7 Commits

Author SHA1 Message Date
Pierre Krieger 7c0592a9b6 Telemetry timeout (#3916)
* telemetry worker: add connection timeout

* restructure

* only add timeout when writing data

* don't overwrite an existing delay

* set timeout only around writing data

* address comments

* dedicated error enum

* remove whitespace

* move timeout to inside struct

* fix timeout

* remove prints

* move polling

* address comment

* Implement

* More work
2019-10-25 15:17:55 +02:00
Arkadiy Paronyan b5cd36289e Handle telemetry socket errors (#3321)
* Handle telemetry socket errors

* Line width
2019-08-07 20:49:21 +02:00
Pierre Krieger 780942192e Fix telemetry not responding to pings (#3272) 2019-08-01 09:45:29 +02:00
Pierre Krieger 5b1b4b92b1 Telemetry connectivity issues are not WARN (#3274) 2019-08-01 09:45:08 +02:00
Pierre Krieger 083b14dadf Fix infinite loop in telemetry (#3275) 2019-07-31 18:35:03 +01:00
Pierre Krieger b3dc472a9b Switch the telemetry to new futures (#3100)
* Switch the telemetry to new futures

* Line widths

* Apply suggestions from code review

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>

* Fix Cargo.lock
2019-07-11 18:11:55 +02:00
Pierre Krieger 57afa9b440 Rewrite telemetry using libp2p (#2812)
* Rewrite telemetry using libp2p

* Update the Cargo.lock files

* Apply suggestion
2019-06-06 22:15:38 +02:00