You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Turso connection closes too early because it expects a ping/query every 10-15s or it will close to ensure low resource usage. We should therefore not use Connection and instead use Database so that users can connect to the database as needed.
Version
v0.43.0
Which operating system(s) are you seeing the problem on?
macOS, Windows, Linux, In deployment
Which CPU architectures are you seeing the problem on?
Other
Relevant log output
No response
Duplicate declaration
I have searched the issues and there are none like this.
The text was updated successfully, but these errors were encountered:
What happened?
Ref: tursodatabase/libsql#925
Ref Discord help thread: https://discord.com/channels/803236282088161321/1228486587864584293
The Turso connection closes too early because it expects a ping/query every 10-15s or it will close to ensure low resource usage. We should therefore not use
Connection
and instead useDatabase
so that users can connect to the database as needed.Version
v0.43.0
Which operating system(s) are you seeing the problem on?
macOS, Windows, Linux, In deployment
Which CPU architectures are you seeing the problem on?
Other
Relevant log output
No response
Duplicate declaration
The text was updated successfully, but these errors were encountered: