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/apollo-appsync/src/main/java/com/amplifyframework/apollo/appsync/util/WebSocketConnectionInterceptor.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,8 @@ internal class WebSocketConnectionInterceptor(
32
32
// runBlocking is okay because we are on an IO thread when the interceptor is called
33
33
val headers = runBlocking { authorizer.getWebsocketConnectionHeaders(endpoint) }
0 commit comments