Looking over my application logs I get this error some times.
I am using embedded replicas.
The error happens while inserting into a table in a db transaction BeginTx(ctx context.Context, opts *TxOptions)
Query: INSERT INTO "<redacted>" ("<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>", "<redacted>") VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Error: Error executing statement: replication error: Replicator client error: status: Internal, message: "Invalid header bit 115 expected 0 or 1", details: [], metadata: MetadataMap { headers: {} }
I am not sure where to look for the source of this error is this something on my side or is it a go-libsql issue or turso?