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
Hrana backend potentially serves long-standing connections, so it should try to reconnect automatically once the TCP connectoin gets broken. While at it, we should also follow libsql-client-ts in the implementation, where each batch is called in a separate Hrana stream. libsql-client-rs implements only a single stream per Client, which makes it not only limited, but also harder to introduce auto-reconnect properly
The text was updated successfully, but these errors were encountered:
Hrana backend potentially serves long-standing connections, so it should try to reconnect automatically once the TCP connectoin gets broken. While at it, we should also follow libsql-client-ts in the implementation, where each batch is called in a separate Hrana stream. libsql-client-rs implements only a single stream per Client, which makes it not only limited, but also harder to introduce auto-reconnect properly
The text was updated successfully, but these errors were encountered: