Open
Description
Line 217 in c6d5381
It seems on EOF, the error is ignored and the read loop silently finishes, without an error, so backoff.RetryNotify does not retry.
If this EOF check is removed (so err
is returned unconditionally), the client behaves as I would expect: it reconnects after an EOF [edit: currently unsure about this].
What is the intended/expected behavior here?
Metadata
Metadata
Assignees
Labels
No labels