We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603fd87 commit ae2db33Copy full SHA for ae2db33
src/robust_provider/subscription.rs
@@ -166,6 +166,7 @@ impl<N: Network> RobustSubscription<N> {
166
}
167
168
169
+ #[cfg_attr(feature = "tracing", tracing::instrument(level = "trace", skip(self)))]
170
async fn switch_to_fallback(&mut self, last_error: CoreError) -> Result<(), Error> {
171
// If we're on a fallback, try primary first before moving to next fallback
172
if self.is_on_fallback() && self.try_reconnect_to_primary(true).await {
0 commit comments