Closed Satont closed 1 year ago
https://github.com/dnsge/twitch-eventsub-framework/blob/6778902b4ad858bf7d76379514b760b7d42a287e/handler.go#L492
This code never executes, because you have return in each case statement. So, we not returning anything to twitch, and twitch will retry their request 3 times.
return
Wrong. ^^
https://github.com/dnsge/twitch-eventsub-framework/blob/6778902b4ad858bf7d76379514b760b7d42a287e/handler.go#L492
This code never executes, because you have
return
in each case statement. So, we not returning anything to twitch, and twitch will retry their request 3 times.