You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can actually receive processed notes during a transaction, but that active transaction does not have a view of the new notes, so when you try to read the note data it won't be there.
To reproduce:
open a txn
poll for notes
try to query for that note, it won't be there! because we opened a txn and a new txn came in after we opened the txn. I have seen this a few times when loading lots of notes quickly.
Not sure what the best solution for this is...
The text was updated successfully, but these errors were encountered:
jb55
added a commit
to damus-io/notedeck
that referenced
this issue
Aug 3, 2024
We can actually receive processed notes during a transaction, but that active transaction does not have a view of the new notes, so when you try to read the note data it won't be there.
To reproduce:
open a txn
poll for notes
try to query for that note, it won't be there! because we opened a txn and a new txn came in after we opened the txn. I have seen this a few times when loading lots of notes quickly.
Not sure what the best solution for this is...
The text was updated successfully, but these errors were encountered: