var github.com/gotd/td/pool.ErrConnDead
5 uses
github.com/gotd/td/pool (current package)
pool.go#L250: if errors.Is(err, ErrConnDead) {
pool_conn.go#L15: var ErrConnDead = errors.New("connection dead")
pool_conn.go#L22: return errors.Is(err, ErrConnDead) || errors.Is(err, rpc.ErrEngineClosed)
github.com/gotd/td/telegram
invoke.go#L127: return errors.Is(err, pool.ErrConnDead) || errors.Is(err, rpc.ErrEngineClosed)
github.com/gotd/td/telegram/internal/manager
conn.go#L187: return pool.ErrConnDead
![]() |
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. |