We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63a147 commit 1e7b72eCopy full SHA for 1e7b72e
internal/events/trigger/forward_event.go
@@ -80,6 +80,7 @@ func ForwardEvent(p ForwardParamters) (*http.Response, error) {
80
}
81
82
83
+ // Twitch only supports IPv4 currently, so we will force this TCP connection to only use IPv4
84
var dialer net.Dialer
85
transport := http.DefaultTransport.(*http.Transport).Clone()
86
transport.DialContext = func (ctx context.Context, network, addr string) (net.Conn, error) {
0 commit comments