+7
-7
link_aggregator/src/consumer/jetstream.rs
+7
-7
link_aggregator/src/consumer/jetstream.rs
···+counter!("jetstream_read_fail", "url" => stream.clone(), "reason" => "timed out").increment(1);+println!("jetstream socket timed out. bailing to reconnect -- should we be trying to close first?");counter!("jetstream_read_fail", "url" => stream.clone(), "reason" => "clean close").increment(1);-counter!("jetstream_read_fail", "url" => stream.clone(), "reason" => "timed out").increment(1);-println!("jetstream socket timed out. bailing to reconnect -- should we be trying to close first?");