Dustin Deus
Dustin Deus
Seems to be fixed in v0.17.49
Hi @IsabelFreitas-catapult we have support for this. Please take a look at https://cosmo-docs.wundergraph.com/router/subgraph-error-propagation and let us know if it solves your issue.
Hi @seancribbs, thanks for your contribution. We'll look into it and come back.
Hi @flymedllva thank you for bringing this up. We have this on the roadmap for the module system v2.
Hi @lancethomas1, thanks for your contribution. We'll look into it and come back.
Hi, when you say "upgrade," from which version did you upgrade?
HI @pranjan-rccl thank you for additional details. We will take a look.
Our workaround ```go var netConn net.Conn clientTrace := &httptrace.ClientTrace{ GotConn: func(info httptrace.GotConnInfo) { netConn = info.Conn }, } clientTraceCtx := httptrace.WithClientTrace(requestContext, clientTrace) conn, upgradeResponse, err := websocket.Dial(clientTraceCtx, options.URL, &websocket.DialOptions{ HTTPClient:...
@mafredri thanks and that would be great!
Hi @mattjohnsonpint, great catch! Would you be open to create a PR?