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
Drop reference to encoded protobuf once compressed
Maybe use streaming to drop reference to compressed body once sent
Make it easier to set timeouts for the fetch? Might be a challenge because abortcontroller isn't necessarily supported by all potential Fetcher implementations. But we could at the very least publish eg @apollo/utils.nodeFetchWithTimeout that wraps node-fetch with a timeout. (edit: oh actually we assume signal support in Fetcher so we can just provide it as an option if we really want)