We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b9f47 commit 700dddcCopy full SHA for 700dddc
client/src/main/java/io/split/engine/sse/client/SSEClient.java
@@ -36,7 +36,7 @@ private enum ConnectionState {
36
CLOSED
37
}
38
39
- private final static String KEEP_ALIVE_PAYLOAD = ":keepalive";
+ private final static String KEEP_ALIVE_PAYLOAD = ":keepalive\n";
40
private final static Integer CONNECT_TIMEOUT = 30000;
41
private final static Integer SOCKET_TIMEOUT = 70000;
42
0 commit comments