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 d5967af commit b87c88bCopy full SHA for b87c88b
apps/hermes/server/src/state/wormhole.rs
@@ -97,6 +97,10 @@ where
97
observed_vaa_seqs.pop_first();
98
}
99
100
+ observed_vaa_seqs.insert(sequence);
101
+ // Drop the lock to allow other threads to access the state.
102
+ drop(observed_vaa_seqs);
103
+
104
// Hand the VAA to the aggregate store.
105
match Aggregates::store_update(self, Update::Vaa(vaa_bytes)).await {
106
Ok(is_stored) => is_stored,
0 commit comments