Carlos Campderrós
Results
3
comments of
Carlos Campderrós
You mean: ``` server, err := connect(address) if err != nil { return err } for { r := retrier.New(retrier.ExponentialBackoff(5, 100 * time.Milliseconds), nil) err := r.Run(func() error { event,...
If you are cool with this feature I can send a PR.
Had the same problem and saw this issue. Digging a bit through the code it seems it the behaviour is expected: If actual path is not equal to the expected...