Skip to content

Commit 700dddc

Browse files
committed
fix keepalive
1 parent e5b9f47 commit 700dddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/io/split/engine/sse/client/SSEClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private enum ConnectionState {
3636
CLOSED
3737
}
3838

39-
private final static String KEEP_ALIVE_PAYLOAD = ":keepalive";
39+
private final static String KEEP_ALIVE_PAYLOAD = ":keepalive\n";
4040
private final static Integer CONNECT_TIMEOUT = 30000;
4141
private final static Integer SOCKET_TIMEOUT = 70000;
4242

0 commit comments

Comments
 (0)