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 8b727bf commit 666d168Copy full SHA for 666d168
geyser/handler_memory.go
@@ -200,6 +200,7 @@ func (h *MemoryAccountWithDataUpdateHandler) onStateObserved(ctx context.Context
200
h.highestQueuedSlotUpdateMu.RLock()
201
highestQueuedSlotUpdate = h.highestQueuedSlotUpdate[base58MemoryAccountAddress]
202
if observedAtSlot < highestQueuedSlotUpdate {
203
+ h.highestQueuedSlotUpdateMu.RUnlock()
204
return nil
205
}
206
h.highestQueuedSlotUpdateMu.RUnlock()
0 commit comments