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
I've run into this error a couple times - after reconnecting, when trying to make a connection, there is a stack overflow in github.com/gempir/go-twitch-irc/v4.(*WindowRateLimiter).Throttle(0x400030b290, 0x14) as it calls itself recursively over and over.
Hi,
I've run into this error a couple times - after reconnecting, when trying to make a connection, there is a stack overflow in
github.com/gempir/go-twitch-irc/v4.(*WindowRateLimiter).Throttle(0x400030b290, 0x14)
as it calls itself recursively over and over.Logs and stack trace: https://gist.github.com/airforce270/93d4fba434b3fec390af2fbd855c6376
I've tried looking at the client code but am pretty unfamiliar with how it works.
If it's helpful, here's the way I'm using the client, simplified:
Links to my usage:
Happy to provide any other needed info.
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: