Replies: 1 comment 8 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.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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