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
Hi there! Coming from node-fetch for the h2 support. Everything looked great when I first made the swap, but I just noticed that if I leave the app open for a while, subsequent requests will all end up getting this error:
Hi there! Coming from node-fetch for the h2 support. Everything looked great when I first made the swap, but I just noticed that if I leave the app open for a while, subsequent requests will all end up getting this error:
The only way to recover I've found was to restart the app, which is obviously not great. 😅
I followed the error trace to this line:
fetch-h2/lib/fetch-http2.ts
Line 137 in 502c7da
The comment above says
// Retry with new session
, but the code itself just throws. Maybe the retry behavior hasn't been implemented yet?The text was updated successfully, but these errors were encountered: