ECONNRESET
errors with using REST transport in GCF
#1525
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: cleanup
An internal cleanup or hygiene concern.
As reported in googleapis/nodejs-firestore#1943,
@google-cloud/firestore
used in GCF in REST mode{preferRest: true}
, which translates to{fallback: 'rest'}
, often results inECONNRESET
error. We need to investigate what might be going on.The text was updated successfully, but these errors were encountered: