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
"Apollo: 'webSocketServerUrl' has no effect if 'subscriptionNetworkTransport' is set"
133
+
"Apollo: 'webSocketServerUrl' has no effect if 'subscriptionNetworkTransport' is set. Configure webSocketServerUrl on the subscriptionNetworkTransport directly."
134
134
}
135
135
check(builder.webSocketEngine ==null) {
136
-
"Apollo: 'webSocketEngine' has no effect if 'subscriptionNetworkTransport' is set"
136
+
"Apollo: 'webSocketEngine' or 'okHttpClient' has no effect if 'subscriptionNetworkTransport' is set. Configure webSocketEngine on the subscriptionNetworkTransport directly."
"Apollo: 'webSocketIdleTimeoutMillis' has no effect if 'subscriptionNetworkTransport' is set"
139
+
"Apollo: 'webSocketIdleTimeoutMillis' has no effect if 'subscriptionNetworkTransport' is set. Configure webSocketIdleTimeoutMillis on the subscriptionNetworkTransport directly."
140
140
}
141
141
check(builder.wsProtocolFactory ==null) {
142
-
"Apollo: 'wsProtocolFactory' has no effect if 'subscriptionNetworkTransport' is set"
142
+
"Apollo: 'wsProtocolFactory' has no effect if 'subscriptionNetworkTransport' is set. Configure wsProtocolFactory on the subscriptionNetworkTransport directly."
143
143
}
144
144
check(builder.webSocketReopenWhen ==null) {
145
-
"Apollo: 'webSocketReopenWhen' has no effect if 'subscriptionNetworkTransport' is set"
145
+
"Apollo: 'webSocketReopenWhen' has no effect if 'subscriptionNetworkTransport' is set. Configure webSocketReopenWhen on the subscriptionNetworkTransport directly."
146
146
}
147
147
check(builder.webSocketReopenServerUrl ==null) {
148
-
"Apollo: 'webSocketReopenServerUrl' has no effect if 'subscriptionNetworkTransport' is set"
148
+
"Apollo: 'webSocketReopenServerUrl' has no effect if 'subscriptionNetworkTransport' is set. Configure webSocketReopenServerUrl on the subscriptionNetworkTransport directly."
0 commit comments