yschimke
11/20/2023, 8:12 AMmbonnin
11/20/2023, 9:15 AMExecutionContext
isn't passed to the HttpEngine
. We've had this issue previously and workarounded with HTTP headers that we would filter out before sending themyschimke
11/20/2023, 9:16 AMmbonnin
11/20/2023, 9:17 AMExecutionContext
all the way through, that might come in handyyschimke
11/20/2023, 9:18 AMmbonnin
11/20/2023, 9:19 AMyschimke
11/20/2023, 9:21 AMmbonnin
11/20/2023, 9:22 AMyschimke
11/20/2023, 9:22 AMmbonnin
11/20/2023, 9:23 AMyschimke
11/20/2023, 9:28 AMmbonnin
11/20/2023, 9:44 AMI'll also tinker with passing theThis is what I came up with. Let me know what you think https://github.com/apollographql/apollo-kotlin/pull/5383all the way through,ExecutionContext
yschimke
11/20/2023, 11:06 PMmbonnin
11/20/2023, 11:07 PMyschimke
11/20/2023, 11:07 PMmbonnin
11/20/2023, 11:10 PMDefaultHttpEngine(callFactory, configure: (apollographql.Request, okhttp3.Request.Builder) -> Unit)
for a while but was a bit afraid this would be limited and felt a bit out of placeyschimke
11/21/2023, 6:09 AMmbonnin
11/21/2023, 9:02 AM