hrana-client-ts
hrana-client-ts copied to clipboard
Fix flush() to retry fetch() on transient errors
This changes flush() to retry the fetch() call on transient errors such as EPIPE, ECONNREFUSED, and ECONNRESET.