Closed drumfeet closed 6 months ago
I wonder if this is because the process on the terminal has exited before the transaction is submitted to Warp
Closing this as it turns out to not be an issue. It's important to ensure that the process remains active until the SDK successfully pushes the transaction to Warp.
I submitted a PR for the test case https://github.com/weavedb/rdk/pull/24 The issue only occurs on
weavedb-sdk-node
Transactions are only committing to Warp ifnocache
is set to true during sdk instantiation. I also noticed that transactions are being committed to Warp if I makegetResult
query after adding new document or callsetTimeout
at least more than 5 seconds.