liojacqs
liojacqs
Hello, Any feedback / suggestion / remark on this ?
Hello, Any feedback / suggestion / remark on this ?
Issue can be reproduced with the attached code as remote end, and netcat: - Linux: `nc -v -N listenIP listenPort < someFile` - MacOS: `nc -v listenIP listenPort < someFile`...
Fixed in PR #536.
Hello, Any feedback / suggestion / remark on this ?
If not exposed as a client flag, I believe enabling Jitter by default would be a good thing as well: `b := &backoff.Backoff{Jitter: true, Max: c.config.MaxRetryInterval, Min: c.config.MinRetryInterval} `
Just one thing on the first commit, for the default minimum retry inteval:  This code makes it impossible to have