When I perform an optimistic update and the server does not apply any update, but still responds successfully with a txId, I end up with a transaction state: failed and the error message: "Timeout waiting for txId"
Example:
Update field name:
test > test1 > server returns txId with confirmation > OK
test5 > test9 > server returns txId with confirmation and no update in data > failed
tested on:
"@tanstack/electric-db-collection": "^0.3.1",
"@tanstack/react-db": "^0.1.81",
When I perform an optimistic update and the server does not apply any update, but still responds successfully with a txId, I end up with a transaction state: failed and the error message: "Timeout waiting for txId"
Example:
Update field name:
test > test1 > server returns txId with confirmation > OK
test5 > test9 > server returns txId with confirmation and no update in data > failed
tested on: