Compare commits

...

1 Commits

Author SHA1 Message Date
lukaszraczylo ce39dc1bee fixup! fixup! fixup! Update go.mod and go.sum 2025-11-05 20:58:41 +00:00
+3
View File
@@ -311,6 +311,9 @@ func (wsp *WebSocketProxy) dialBackend(ctx context.Context) (*gorillaws.Conn, er
wsURL = "wss://" + wsURL[8:]
}
// Append GraphQL WebSocket path
wsURL = wsURL + "/v1/graphql"
// Use gorilla websocket dialer
dialer := gorillaws.Dialer{
HandshakeTimeout: 10 * time.Second,