+3
-2
Cargo.lock
+3
-2
Cargo.lock
······
······
+74
-81
jetstream/src/lib.rs
+74
-81
jetstream/src/lib.rs
·········-log::warn!("event cursor {event_cursor:?} was not newer than the last one: {last:?}. dropping event.");-log::warn!("event cursor {event_cursor:?} was not newer than the last one: {last:?}. dropping event.");
······+log::warn!("Jetstream: more than {success_threshold_s}s since last reconnect, reconnecting immediately.");···+log::warn!("event cursor {event_cursor:?} was not newer than the last one: {last:?}. dropping event.");+log::warn!("event cursor {event_cursor:?} was not newer than the last one: {last:?}. dropping event.");
+1
ufos/Cargo.toml
+1
ufos/Cargo.toml
+3
-8
ufos/src/consumer.rs
+3
-8
ufos/src/consumer.rs
······// TODO: report errors *from here* probably, since this gets shipped off into a spawned task that might just vanish···
······// TODO: report errors *from here* probably, since this gets shipped off into a spawned task that might just vanish···
+2
ufos/src/error.rs
+2
ufos/src/error.rs
+2
-2
ufos/src/main.rs
+2
-2
ufos/src/main.rs
···
···
+36
-13
ufos/src/storage.rs
+36
-13
ufos/src/storage.rs
······
······