You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apollo-runtime-kotlin/src/jvmMain/kotlin/com/apollographql/apollo/network/http/ApolloHttpNetworkTransport.kt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ import okhttp3.Response
31
31
importokhttp3.internal.closeQuietly
32
32
importjava.io.IOException
33
33
importjava.time.Duration
34
+
importjava.util.concurrent.TimeUnit
34
35
importkotlin.coroutines.resume
35
36
importkotlin.coroutines.resumeWithException
36
37
@@ -55,8 +56,8 @@ actual class ApolloHttpNetworkTransport(
0 commit comments