libsql / hrana-client-ts

Hrana client for TypeScript and JavaScript
https://libsql.org/hrana-client-ts/
MIT License
22 stars 7 forks source link

Retry failed calls to prevent long-lived connection issues. #8

Open giovannibenussi opened 9 months ago

giovannibenussi commented 9 months ago

Context in this Discord chat.

Sometimes, we get random connection errors that are fixed when we have long-lived connections. However, those get fixed when we retry them. We need to find a way to do this safely.

hieuht-htv commented 6 months ago

+1