hrana-client-ts icon indicating copy to clipboard operation
hrana-client-ts copied to clipboard

Fix flush() to retry fetch() on transient errors

Open penberg opened this issue 1 year ago • 0 comments

This changes flush() to retry the fetch() call on transient errors such as EPIPE, ECONNREFUSED, and ECONNRESET.

penberg avatar Jan 21 '24 08:01 penberg