You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And this error appears every timer tick of channel state updater.
What did you expect to see?
I think there should be some configuration to set, if updater fails to get updates for channel for X minutes or after X calls of seeing the same error it should stop watching the channel instead of making calls every time to TG api and receiving errors.
What did you see instead?
Updater tries to get channel updates anyway
What Go version and environment are you using?
go1.21.5
The text was updated successfully, but these errors were encountered:
What version of gotd are you using?
v0.97.0
Can this issue be reproduced with the latest version?
Yes
What did you do?
I'm using updatesRecovery:
When I join to channel which after some time is changed to PRIVATE (or deleted idk), I can see then repeated errors:
And this error appears every timer tick of channel state updater.
What did you expect to see?
I think there should be some configuration to set, if updater fails to get updates for channel for X minutes or after X calls of seeing the same error it should stop watching the channel instead of making calls every time to TG api and receiving errors.
What did you see instead?
Updater tries to get channel updates anyway
What Go version and environment are you using?
go1.21.5
The text was updated successfully, but these errors were encountered: