casper-ecosystem / casper-js-sdk

TypeScript Casper Client SDK
Apache License 2.0
71 stars 60 forks source link

Fix "socket hang up" / ECONNRESET on consecutive requests with Node.js 19 and Node.js 20 #365

Closed Enflow-io closed 10 months ago

Enflow-io commented 1 year ago

Changes

node-fetch version updated to ^2.6.13

Reason

The reason is the bug when we cant send more than 1 request using Casper JS SDK.