Aleksandr Razumov

Results 142 comments of Aleksandr Razumov

Should be possible with Pion, but probably will require some work on pion itself. Ref: #544

Late materialization of secondary indices from v25.10?

Are there any logs near the `Got error on self` message? Something like `Restarting connection`? We have following method: ```go func (c *Client) isPermanentError(err error) bool { return errors.Is(err, exchange.ErrKeyFingerprintNotFound)...

Can you please try https://github.com/gotd/td/releases/tag/v0.114.0-alpha.0?

The `v0.114.0-alpha.1` is available. If you are using `updates.Manager`, this will happen automatically. If not, you can do following: ```go for { select { case

Also you can use new `OnSelfError` in https://pkg.go.dev/github.com/gotd/[email protected]/telegram#Options but please note that error on first connect (i.e. before auth) is expected.