github.com/gotd/td/rpc.Options.MaxRetries (field)
6 uses
github.com/gotd/td/rpc (current package)
engine.go#L45: log.Int("max_retries", cfg.MaxRetries),
engine.go#L57: maxRetries: cfg.MaxRetries,
options.go#L14: MaxRetries int
options.go#L24: if cfg.MaxRetries == 0 {
options.go#L25: cfg.MaxRetries = 5
github.com/gotd/td/mtproto
conn.go#L181: MaxRetries: opt.MaxRetries,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |