libsql / hrana-client-ts

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

upgrade isomorphic-fetch: 0.2.5 -> 0.3.1 #19

Closed sivukhin closed 1 month ago

sivukhin commented 1 month ago

Upgrade isomorphic fetch to v0.3.1 where we no longer override fetch agent and do not have issue with missing headers (see https://github.com/libsql/isomorphic-ts/pull/17)

abdurahmanshiine commented 1 month ago

Hey there, Does this solve the issue with node.js long-lasting connections?