mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-06-01 15:42:44 +00:00
This commit fixes an issue where new connections for embedded replica's with write delegation would not create a new "connection" on the server causing weird issues with transactions and state. The fix here is to create a new `client_id` when creating a new writer for a new connection locally. This forces the server to use separate connections to execute the writes. Closes #1283