Replies: 4 comments 12 replies
-
Block the UI how? Note there was a breaking change for awaitTxId #245 That same pr added new debugging logs which you can enable #220 (comment) |
Beta Was this translation helpful? Give feedback.
-
@sudoskys what's the current state of this discussion, can you provide a update / conclusion with example to help others <3 |
Beta Was this translation helpful? Give feedback.
-
After a period of monitoring, this problem no longer occurs! Just update everything to the latest version. |
Beta Was this translation helpful? Give feedback.
-
I think this can be closed? Thanks everyone |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use it with
createTransaction
.When doing updates in quick succession or in poor network conditions, I will get a lot of
Timeout waiting for txId:
errors.Should I increase the timeout of awaitTxId?
db/packages/db-collections/src/electric.ts
Lines 297 to 300 in f13c11e
I also noticed that using await in a
mutationFn
to wait forawaitTxId()
seems to block the UI.Beta Was this translation helpful? Give feedback.
All reactions