Skip to content

Commit 24adbed

Browse files
committed
Do not enable keep alive by default because of missing subsequent msgs
1 parent f5d370e commit 24adbed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/graphql/servlet/ApolloSubscriptionConnectionListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public interface ApolloSubscriptionConnectionListener extends SubscriptionConnec
77
String CONNECT_RESULT_KEY = "CONNECT_RESULT";
88

99
default boolean isKeepAliveEnabled() {
10-
return true;
10+
return false;
1111
}
1212

1313
default Optional<Object> onConnect(Object payload) {

0 commit comments

Comments
 (0)